Html Css Color HEX #D688F2 Heliotrope

📋 copy color: '#D688F2'

red 214 ◦ green 136 ◦ blue 242

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

Shades of Heliotrope #D688F2

Tints of Heliotrope #D688F2

RGB

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

 GREEN value IS 136 (53.52% from 255) = 22.97%

 BLUE value IS 242 (94.92% from 255) = 40.88%

R = 36.15%
G = 22.97%
B = 40.88%

CMYK

 C value IS 0.12

 M value IS 0.44

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D688F2 (or 0xD688F2) is known color: Heliotrope. HEX triplet: D6, 88 and F2. RGB value is (214,136,242). Sum of RGB (Red+Green+Blue) = 214+136+242=592 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.15% from 592); Green value is 136 (53.52% from 255 or 22.97% from 592); Blue value is 242 (94.92% from 255 or 40.88% from 592); Max value from RGB is 242 - color contains mainly: blue. Hex color #D688F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D688F2 is #29770D. Grayscale: #ABABAB. Windows color (decimal): -2717454 or 15894742. OLE color: 15894742.

HSL color Cylindrical-coordinate representation of color #D688F2: hue angle of 284.15º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D688F2 is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 214 136 242 -
CMYK 0.12 0.44 0 0.05
HSL 284.15º 0.8% 0.74% -
HSV(B) 284.15º 0.44% 0.95% -
XYZ 52.56 38.32 88.63 -
YUV 171.41 167.84 158.38 -
System Red Green Blue C M Y K H S L
Decimal 214 136 242 0.12 0.44 0 0.05 284.15 0.8 0.74
Hex D6 88 F2 C 2C 0 5 11C 50 4A
Octal 326 210 362 14 54 0 5 434 120 112
Binary 11010110 10001000 11110010 1100 101100 0 101 100011100 1010000 1001010

Color Harmonies of #D688F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D688F2

Black with #D688F2

Text Example


Text Example

White with #D688F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D688F2; }

 p { color: rgb(214,136,242); }

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

background-color css

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

 a { background-color: rgb(214,136,242); }

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

border-color css

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

 span { border-color: rgb(214,136,242); }

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