Html Css Color HEX #D66EFB Heliotrope

📋 copy color: '#D66EFB'

red 214 ◦ green 110 ◦ blue 251

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

Shades of Heliotrope #D66EFB

Tints of Heliotrope #D66EFB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 19.13%

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

R = 37.22%
G = 19.13%
B = 43.65%

CMYK

 C value IS 0.15

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D66EFB (or 0xD66EFB) is known color: Heliotrope. HEX triplet: D6, 6E and FB. RGB value is (214,110,251). Sum of RGB (Red+Green+Blue) = 214+110+251=575 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.22% from 575); Green value is 110 (43.36% from 255 or 19.13% from 575); Blue value is 251 (98.44% from 255 or 43.65% from 575); Max value from RGB is 251 - color contains mainly: blue. Hex color #D66EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D66EFB is #299104. Grayscale: #9C9C9C. Windows color (decimal): -2724101 or 16477910. OLE color: 16477910.

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

Color convert

RGB 214 110 251 -
CMYK 0.15 0.56 0 0.02
HSL 284.26º 0.95% 0.71% -
HSV(B) 284.26º 0.56% 0.98% -
XYZ 50.72 32.41 94.85 -
YUV 157.17 180.96 168.54 -
System Red Green Blue C M Y K H S L
Decimal 214 110 251 0.15 0.56 0 0.02 284.26 0.95 0.71
Hex D6 6E FB F 38 0 2 11C 5F 47
Octal 326 156 373 17 70 0 2 434 137 107
Binary 11010110 1101110 11111011 1111 111000 0 10 100011100 1011111 1000111

Color Harmonies of #D66EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66EFB

Black with #D66EFB

Text Example


Text Example

White with #D66EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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