Html Css Color HEX #D465EC Heliotrope

📋 copy color: '#D465EC'

red 212 ◦ green 101 ◦ blue 236

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

Shades of Heliotrope #D465EC

Tints of Heliotrope #D465EC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 18.4%

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

R = 38.62%
G = 18.4%
B = 42.99%

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

#D465EC (or 0xD465EC) is known color: Heliotrope. HEX triplet: D4, 65 and EC. RGB value is (212,101,236). Sum of RGB (Red+Green+Blue) = 212+101+236=549 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.62% from 549); Green value is 101 (39.84% from 255 or 18.40% from 549); Blue value is 236 (92.58% from 255 or 42.99% from 549); Max value from RGB is 236 - color contains mainly: blue. Hex color #D465EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D465EC is #2B9A13. Grayscale: #959595. Windows color (decimal): -2857492 or 15492564. OLE color: 15492564.

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

Color convert

RGB 212 101 236 -
CMYK 0.10 0.57 0 0.07
HSL 289.33º 0.78% 0.66% -
HSV(B) 289.33º 0.57% 0.93% -
XYZ 46.95 29.36 82.55 -
YUV 149.58 176.77 172.52 -
System Red Green Blue C M Y K H S L
Decimal 212 101 236 0.10 0.57 0 0.07 289.33 0.78 0.66
Hex D4 65 EC A 39 0 7 121 4E 42
Octal 324 145 354 12 71 0 7 441 116 102
Binary 11010100 1100101 11101100 1010 111001 0 111 100100001 1001110 1000010

Color Harmonies of #D465EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D465EC

Black with #D465EC

Text Example


Text Example

White with #D465EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D465EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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