Html Css Color HEX #D66CFB Heliotrope

📋 copy color: '#D66CFB'

red 214 ◦ green 108 ◦ blue 251

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

Shades of Heliotrope #D66CFB

Tints of Heliotrope #D66CFB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 18.85%

 BLUE value IS 251 (98.44% from 255) = 43.8%

R = 37.35%
G = 18.85%
B = 43.8%

CMYK

 C value IS 0.15

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D66CFB (or 0xD66CFB) is known color: Heliotrope. HEX triplet: D6, 6C and FB. RGB value is (214,108,251). Sum of RGB (Red+Green+Blue) = 214+108+251=573 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.35% from 573); Green value is 108 (42.58% from 255 or 18.85% from 573); Blue value is 251 (98.44% from 255 or 43.80% from 573); Max value from RGB is 251 - color contains mainly: blue. Hex color #D66CFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D66CFB is #299304. Grayscale: #9B9B9B. Windows color (decimal): -2724613 or 16477398. OLE color: 16477398.

HSL color Cylindrical-coordinate representation of color #D66CFB: hue angle of 284.48º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D66CFB is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 108 251 -
CMYK 0.15 0.57 0 0.02
HSL 284.48º 0.95% 0.7% -
HSV(B) 284.48º 0.57% 0.98% -
XYZ 50.51 31.99 94.78 -
YUV 156 181.62 169.37 -
System Red Green Blue C M Y K H S L
Decimal 214 108 251 0.15 0.57 0 0.02 284.48 0.95 0.7
Hex D6 6C FB F 39 0 2 11C 5F 46
Octal 326 154 373 17 71 0 2 434 137 106
Binary 11010110 1101100 11111011 1111 111001 0 10 100011100 1011111 1000110

Color Harmonies of #D66CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66CFB

Black with #D66CFB

Text Example


Text Example

White with #D66CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66CFB; }

 p { color: rgb(214,108,251); }

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

background-color css

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

 a { background-color: rgb(214,108,251); }

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

border-color css

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

 span { border-color: rgb(214,108,251); }

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