Html Css Color HEX #D466EC Heliotrope

📋 copy color: '#D466EC'

red 212 ◦ green 102 ◦ blue 236

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

Shades of Heliotrope #D466EC

Tints of Heliotrope #D466EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.91%

R = 38.55%
G = 18.55%
B = 42.91%

CMYK

 C value IS 0.10

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D466EC (or 0xD466EC) is known color: Heliotrope. HEX triplet: D4, 66 and EC. RGB value is (212,102,236). Sum of RGB (Red+Green+Blue) = 212+102+236=550 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.55% from 550); Green value is 102 (40.23% from 255 or 18.55% from 550); Blue value is 236 (92.58% from 255 or 42.91% from 550); Max value from RGB is 236 - color contains mainly: blue. Hex color #D466EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D466EC is #2B9913. Grayscale: #959595. Windows color (decimal): -2857236 or 15492820. OLE color: 15492820.

HSL color Cylindrical-coordinate representation of color #D466EC: hue angle of 289.25º degrees, saturation: 0.78, 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 #D466EC is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 212 102 236 -
CMYK 0.10 0.57 0 0.07
HSL 289.25º 0.78% 0.66% -
HSV(B) 289.25º 0.57% 0.93% -
XYZ 47.04 29.56 82.58 -
YUV 150.17 176.44 172.1 -
System Red Green Blue C M Y K H S L
Decimal 212 102 236 0.10 0.57 0 0.07 289.25 0.78 0.66
Hex D4 66 EC A 39 0 7 121 4E 42
Octal 324 146 354 12 71 0 7 441 116 102
Binary 11010100 1100110 11101100 1010 111001 0 111 100100001 1001110 1000010

Color Harmonies of #D466EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D466EC

Black with #D466EC

Text Example


Text Example

White with #D466EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D466EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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