Html Css Color HEX #CC73EA Heliotrope

📋 copy color: '#CC73EA'

red 204 ◦ green 115 ◦ blue 234

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

Shades of Heliotrope #CC73EA

Tints of Heliotrope #CC73EA

RGB

 RED value IS 204 (80.08% from 255) = 36.89%

 GREEN value IS 115 (45.31% from 255) = 20.8%

 BLUE value IS 234 (91.8% from 255) = 42.31%

R = 36.89%
G = 20.8%
B = 42.31%

CMYK

 C value IS 0.13

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC73EA (or 0xCC73EA) is known color: Heliotrope. HEX triplet: CC, 73 and EA. RGB value is (204,115,234). Sum of RGB (Red+Green+Blue) = 204+115+234=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 115 (45.31% from 255 or 20.80% from 553); Blue value is 234 (91.80% from 255 or 42.31% from 553); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC73EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC73EA is #338C15. Grayscale: #9A9A9A. Windows color (decimal): -3378198 or 15365068. OLE color: 15365068.

HSL color Cylindrical-coordinate representation of color #CC73EA: hue angle of 284.87º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CC73EA is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 115 234 -
CMYK 0.13 0.51 0 0.08
HSL 284.87º 0.74% 0.68% -
HSV(B) 284.87º 0.51% 0.92% -
XYZ 45.88 31.04 81.41 -
YUV 155.18 172.49 162.82 -
System Red Green Blue C M Y K H S L
Decimal 204 115 234 0.13 0.51 0 0.08 284.87 0.74 0.68
Hex CC 73 EA D 33 0 8 11D 4A 44
Octal 314 163 352 15 63 0 10 435 112 104
Binary 11001100 1110011 11101010 1101 110011 0 1000 100011101 1001010 1000100

Color Harmonies of #CC73EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC73EA

Black with #CC73EA

Text Example


Text Example

White with #CC73EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC73EA; }

 p { color: rgb(204,115,234); }

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

background-color css

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

 a { background-color: rgb(204,115,234); }

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

border-color css

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

 span { border-color: rgb(204,115,234); }

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