Html Css Color HEX #D66BF0 Heliotrope

📋 copy color: '#D66BF0'

red 214 ◦ green 107 ◦ blue 240

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

Shades of Heliotrope #D66BF0

Tints of Heliotrope #D66BF0

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.07%

 BLUE value IS 240 (94.14% from 255) = 42.78%

R = 38.15%
G = 19.07%
B = 42.78%

CMYK

 C value IS 0.11

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D66BF0 (or 0xD66BF0) is known color: Heliotrope. HEX triplet: D6, 6B and F0. RGB value is (214,107,240). Sum of RGB (Red+Green+Blue) = 214+107+240=561 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.15% from 561); Green value is 107 (42.19% from 255 or 19.07% from 561); Blue value is 240 (94.14% from 255 or 42.78% from 561); Max value from RGB is 240 - color contains mainly: blue. Hex color #D66BF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D66BF0 is #29940F. Grayscale: #999999. Windows color (decimal): -2724880 or 15756246. OLE color: 15756246.

HSL color Cylindrical-coordinate representation of color #D66BF0: hue angle of 288.27º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D66BF0 is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 214 107 240 -
CMYK 0.11 0.55 0 0.06
HSL 288.27º 0.82% 0.68% -
HSV(B) 288.27º 0.55% 0.94% -
XYZ 48.72 31.1 85.87 -
YUV 154.16 176.45 170.69 -
System Red Green Blue C M Y K H S L
Decimal 214 107 240 0.11 0.55 0 0.06 288.27 0.82 0.68
Hex D6 6B F0 B 37 0 6 120 52 44
Octal 326 153 360 13 67 0 6 440 122 104
Binary 11010110 1101011 11110000 1011 110111 0 110 100100000 1010010 1000100

Color Harmonies of #D66BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66BF0

Black with #D66BF0

Text Example


Text Example

White with #D66BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66BF0; }

 p { color: rgb(214,107,240); }

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

background-color css

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

 a { background-color: rgb(214,107,240); }

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

border-color css

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

 span { border-color: rgb(214,107,240); }

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