Html Css Color HEX #D68CF9 Heliotrope

📋 copy color: '#D68CF9'

red 214 ◦ green 140 ◦ blue 249

#D68CF9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #D68CF9

Tints of Heliotrope #D68CF9

RGB

 RED value IS 214 (83.98% from 255) = 35.49%

 GREEN value IS 140 (55.08% from 255) = 23.22%

 BLUE value IS 249 (97.66% from 255) = 41.29%

R = 35.49%
G = 23.22%
B = 41.29%

CMYK

 C value IS 0.14

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D68CF9 (or 0xD68CF9) is known color: Heliotrope. HEX triplet: D6, 8C and F9. RGB value is (214,140,249). Sum of RGB (Red+Green+Blue) = 214+140+249=603 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.49% from 603); Green value is 140 (55.08% from 255 or 23.22% from 603); Blue value is 249 (97.66% from 255 or 41.29% from 603); Max value from RGB is 249 - color contains mainly: blue. Hex color #D68CF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D68CF9 is #297306. Grayscale: #AEAEAE. Windows color (decimal): -2716423 or 16354518. OLE color: 16354518.

HSL color Cylindrical-coordinate representation of color #D68CF9: hue angle of 280.73º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D68CF9 is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 140 249 -
CMYK 0.14 0.44 0 0.02
HSL 280.73º 0.9% 0.76% -
HSV(B) 280.73º 0.44% 0.98% -
XYZ 54.21 39.89 94.47 -
YUV 174.55 170.02 156.14 -
System Red Green Blue C M Y K H S L
Decimal 214 140 249 0.14 0.44 0 0.02 280.73 0.9 0.76
Hex D6 8C F9 E 2C 0 2 119 5A 4C
Octal 326 214 371 16 54 0 2 431 132 114
Binary 11010110 10001100 11111001 1110 101100 0 10 100011001 1011010 1001100

Color Harmonies of #D68CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68CF9

Black with #D68CF9

Text Example


Text Example

White with #D68CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68CF9; }

 p { color: rgb(214,140,249); }

 H1.HeaderClassName
 {
   color: #D68CF9;
 }
 .AnyTagClassName
 {
   color: #D68CF9;
 }
</style>

background-color css

<style>
 a { background-color: #D68CF9; }

 a { background-color: rgb(214,140,249); }

 div.DivClassName
 {
   background-color: #D68CF9;
 }
 .BgClassName
 {
   background-color: #D68CF9;
 }
</style>

border-color css

<style>
 span { border-color: #D68CF9; }

 span { border-color: rgb(214,140,249); }

 td.TdClassName
 {
   border-color: #D68CF9;
 }
 .TagClassName
 {
   border-color: #D68CF9;
 }
</style>