Html Css Color HEX #D465ED Heliotrope

📋 copy color: '#D465ED'

red 212 ◦ green 101 ◦ blue 237

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

Shades of Heliotrope #D465ED

Tints of Heliotrope #D465ED

RGB

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

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

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

R = 38.55%
G = 18.36%
B = 43.09%

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

#D465ED (or 0xD465ED) is known color: Heliotrope. HEX triplet: D4, 65 and ED. RGB value is (212,101,237). Sum of RGB (Red+Green+Blue) = 212+101+237=550 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.55% from 550); Green value is 101 (39.84% from 255 or 18.36% from 550); Blue value is 237 (92.97% from 255 or 43.09% from 550); Max value from RGB is 237 - color contains mainly: blue. Hex color #D465ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D465ED is #2B9A12. Grayscale: #959595. Windows color (decimal): -2857491 or 15558100. OLE color: 15558100.

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

Color convert

RGB 212 101 237 -
CMYK 0.11 0.57 0 0.07
HSL 288.97º 0.79% 0.66% -
HSV(B) 288.97º 0.57% 0.93% -
XYZ 47.09 29.42 83.32 -
YUV 149.69 177.27 172.44 -
System Red Green Blue C M Y K H S L
Decimal 212 101 237 0.11 0.57 0 0.07 288.97 0.79 0.66
Hex D4 65 ED B 39 0 7 121 4F 42
Octal 324 145 355 13 71 0 7 441 117 102
Binary 11010100 1100101 11101101 1011 111001 0 111 100100001 1001111 1000010

Color Harmonies of #D465ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D465ED

Black with #D465ED

Text Example


Text Example

White with #D465ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D465ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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