Html Css Color HEX #D466ED Heliotrope

📋 copy color: '#D466ED'

red 212 ◦ green 102 ◦ blue 237

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

Shades of Heliotrope #D466ED

Tints of Heliotrope #D466ED

RGB

 RED value IS 212 (83.2% from 255) = 38.48%

 GREEN value IS 102 (40.23% from 255) = 18.51%

 BLUE value IS 237 (92.97% from 255) = 43.01%

R = 38.48%
G = 18.51%
B = 43.01%

CMYK

 C value IS 0.11

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D466ED (or 0xD466ED) is known color: Heliotrope. HEX triplet: D4, 66 and ED. RGB value is (212,102,237). Sum of RGB (Red+Green+Blue) = 212+102+237=551 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.48% from 551); Green value is 102 (40.23% from 255 or 18.51% from 551); Blue value is 237 (92.97% from 255 or 43.01% from 551); Max value from RGB is 237 - color contains mainly: blue. Hex color #D466ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D466ED is #2B9912. Grayscale: #959595. Windows color (decimal): -2857235 or 15558356. OLE color: 15558356.

HSL color Cylindrical-coordinate representation of color #D466ED: hue angle of 288.89º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D466ED is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 212 102 237 -
CMYK 0.11 0.57 0 0.07
HSL 288.89º 0.79% 0.66% -
HSV(B) 288.89º 0.57% 0.93% -
XYZ 47.19 29.61 83.35 -
YUV 150.28 176.94 172.02 -
System Red Green Blue C M Y K H S L
Decimal 212 102 237 0.11 0.57 0 0.07 288.89 0.79 0.66
Hex D4 66 ED B 39 0 7 121 4F 42
Octal 324 146 355 13 71 0 7 441 117 102
Binary 11010100 1100110 11101101 1011 111001 0 111 100100001 1001111 1000010

Color Harmonies of #D466ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D466ED

Black with #D466ED

Text Example


Text Example

White with #D466ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D466ED; }

 p { color: rgb(212,102,237); }

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

background-color css

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

 a { background-color: rgb(212,102,237); }

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

border-color css

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

 span { border-color: rgb(212,102,237); }

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