Html Css Color HEX #CD76EE Heliotrope

📋 copy color: '#CD76EE'

red 205 ◦ green 118 ◦ blue 238

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

Shades of Heliotrope #CD76EE

Tints of Heliotrope #CD76EE

RGB

 RED value IS 205 (80.47% from 255) = 36.54%

 GREEN value IS 118 (46.48% from 255) = 21.03%

 BLUE value IS 238 (93.36% from 255) = 42.42%

R = 36.54%
G = 21.03%
B = 42.42%

CMYK

 C value IS 0.14

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CD76EE (or 0xCD76EE) is known color: Heliotrope. HEX triplet: CD, 76 and EE. RGB value is (205,118,238). Sum of RGB (Red+Green+Blue) = 205+118+238=561 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.54% from 561); Green value is 118 (46.48% from 255 or 21.03% from 561); Blue value is 238 (93.36% from 255 or 42.42% from 561); Max value from RGB is 238 - color contains mainly: blue. Hex color #CD76EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD76EE is #328911. Grayscale: #9D9D9D. Windows color (decimal): -3311890 or 15627981. OLE color: 15627981.

HSL color Cylindrical-coordinate representation of color #CD76EE: hue angle of 283.5º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CD76EE is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 205 118 238 -
CMYK 0.14 0.50 0 0.07
HSL 283.5º 0.78% 0.7% -
HSV(B) 283.5º 0.5% 0.93% -
XYZ 47.09 32.11 84.6 -
YUV 157.69 173.32 161.74 -
System Red Green Blue C M Y K H S L
Decimal 205 118 238 0.14 0.50 0 0.07 283.5 0.78 0.7
Hex CD 76 EE E 32 0 7 11C 4E 46
Octal 315 166 356 16 62 0 7 434 116 106
Binary 11001101 1110110 11101110 1110 110010 0 111 100011100 1001110 1000110

Color Harmonies of #CD76EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD76EE

Black with #CD76EE

Text Example


Text Example

White with #CD76EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD76EE; }

 p { color: rgb(205,118,238); }

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

background-color css

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

 a { background-color: rgb(205,118,238); }

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

border-color css

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

 span { border-color: rgb(205,118,238); }

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