Html Css Color HEX #D665EC Heliotrope

📋 copy color: '#D665EC'

red 214 ◦ green 101 ◦ blue 236

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

Shades of Heliotrope #D665EC

Tints of Heliotrope #D665EC

RGB

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

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

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

R = 38.84%
G = 18.33%
B = 42.83%

CMYK

 C value IS 0.09

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D665EC (or 0xD665EC) is known color: Heliotrope. HEX triplet: D6, 65 and EC. RGB value is (214,101,236). Sum of RGB (Red+Green+Blue) = 214+101+236=551 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.84% from 551); Green value is 101 (39.84% from 255 or 18.33% from 551); Blue value is 236 (92.58% from 255 or 42.83% from 551); Max value from RGB is 236 - color contains mainly: blue. Hex color #D665EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D665EC is #299A13. Grayscale: #959595. Windows color (decimal): -2726420 or 15492566. OLE color: 15492566.

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

Color convert

RGB 214 101 236 -
CMYK 0.09 0.57 0 0.07
HSL 290.22º 0.78% 0.66% -
HSV(B) 290.22º 0.57% 0.93% -
XYZ 47.53 29.66 82.58 -
YUV 150.18 176.44 173.52 -
System Red Green Blue C M Y K H S L
Decimal 214 101 236 0.09 0.57 0 0.07 290.22 0.78 0.66
Hex D6 65 EC 9 39 0 7 122 4E 42
Octal 326 145 354 11 71 0 7 442 116 102
Binary 11010110 1100101 11101100 1001 111001 0 111 100100010 1001110 1000010

Color Harmonies of #D665EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D665EC

Black with #D665EC

Text Example


Text Example

White with #D665EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D665EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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