Html Css Color HEX #CD76EC Heliotrope

📋 copy color: '#CD76EC'

red 205 ◦ green 118 ◦ blue 236

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

Shades of Heliotrope #CD76EC

Tints of Heliotrope #CD76EC

RGB

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

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

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

R = 36.67%
G = 21.11%
B = 42.22%

CMYK

 C value IS 0.13

 M value IS 0.5

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CD76EC (or 0xCD76EC) is known color: Heliotrope. HEX triplet: CD, 76 and EC. RGB value is (205,118,236). Sum of RGB (Red+Green+Blue) = 205+118+236=559 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.67% from 559); Green value is 118 (46.48% from 255 or 21.11% from 559); Blue value is 236 (92.58% from 255 or 42.22% from 559); Max value from RGB is 236 - color contains mainly: blue. Hex color #CD76EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD76EC is #328913. Grayscale: #9D9D9D. Windows color (decimal): -3311892 or 15496909. OLE color: 15496909.

HSL color Cylindrical-coordinate representation of color #CD76EC: hue angle of 284.24º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CD76EC is Cyan = 0.13, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 205 118 236 -
CMYK 0.13 0.5 0 0.07
HSL 284.24º 0.76% 0.69% -
HSV(B) 284.24º 0.5% 0.93% -
XYZ 46.8 31.99 83.07 -
YUV 157.47 172.32 161.91 -
System Red Green Blue C M Y K H S L
Decimal 205 118 236 0.13 0.5 0 0.07 284.24 0.76 0.69
Hex CD 76 EC D 32 0 7 11C 4C 45
Octal 315 166 354 15 62 0 7 434 114 105
Binary 11001101 1110110 11101100 1101 110010 0 111 100011100 1001100 1000101

Color Harmonies of #CD76EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD76EC

Black with #CD76EC

Text Example


Text Example

White with #CD76EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD76EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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