Html Css Color HEX #CD76ED Heliotrope

📋 copy color: '#CD76ED'

red 205 ◦ green 118 ◦ blue 237

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

Shades of Heliotrope #CD76ED

Tints of Heliotrope #CD76ED

RGB

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

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

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

R = 36.61%
G = 21.07%
B = 42.32%

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

#CD76ED (or 0xCD76ED) is known color: Heliotrope. HEX triplet: CD, 76 and ED. RGB value is (205,118,237). Sum of RGB (Red+Green+Blue) = 205+118+237=560 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.61% from 560); Green value is 118 (46.48% from 255 or 21.07% from 560); Blue value is 237 (92.97% from 255 or 42.32% from 560); Max value from RGB is 237 - color contains mainly: blue. Hex color #CD76ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD76ED is #328912. Grayscale: #9D9D9D. Windows color (decimal): -3311891 or 15562445. OLE color: 15562445.

HSL color Cylindrical-coordinate representation of color #CD76ED: hue angle of 283.87º degrees, saturation: 0.77, 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 #CD76ED is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 205 118 237 -
CMYK 0.14 0.50 0 0.07
HSL 283.87º 0.77% 0.7% -
HSV(B) 283.87º 0.5% 0.93% -
XYZ 46.94 32.05 83.83 -
YUV 157.58 172.82 161.82 -
System Red Green Blue C M Y K H S L
Decimal 205 118 237 0.14 0.50 0 0.07 283.87 0.77 0.7
Hex CD 76 ED E 32 0 7 11C 4D 46
Octal 315 166 355 16 62 0 7 434 115 106
Binary 11001101 1110110 11101101 1110 110010 0 111 100011100 1001101 1000110

Color Harmonies of #CD76ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD76ED

Black with #CD76ED

Text Example


Text Example

White with #CD76ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD76ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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