Html Css Color HEX #CC73EF Heliotrope

📋 copy color: '#CC73EF'

red 204 ◦ green 115 ◦ blue 239

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

Shades of Heliotrope #CC73EF

Tints of Heliotrope #CC73EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.83%

R = 36.56%
G = 20.61%
B = 42.83%

CMYK

 C value IS 0.15

 M value IS 0.52

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CC73EF (or 0xCC73EF) is known color: Heliotrope. HEX triplet: CC, 73 and EF. RGB value is (204,115,239). Sum of RGB (Red+Green+Blue) = 204+115+239=558 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.56% from 558); Green value is 115 (45.31% from 255 or 20.61% from 558); Blue value is 239 (93.75% from 255 or 42.83% from 558); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC73EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC73EF is #338C10. Grayscale: #9B9B9B. Windows color (decimal): -3378193 or 15692748. OLE color: 15692748.

HSL color Cylindrical-coordinate representation of color #CC73EF: hue angle of 283.06º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CC73EF is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 115 239 -
CMYK 0.15 0.52 0 0.06
HSL 283.06º 0.79% 0.69% -
HSV(B) 283.06º 0.52% 0.94% -
XYZ 46.61 31.33 85.25 -
YUV 155.75 174.99 162.42 -
System Red Green Blue C M Y K H S L
Decimal 204 115 239 0.15 0.52 0 0.06 283.06 0.79 0.69
Hex CC 73 EF F 34 0 6 11B 4F 45
Octal 314 163 357 17 64 0 6 433 117 105
Binary 11001100 1110011 11101111 1111 110100 0 110 100011011 1001111 1000101

Color Harmonies of #CC73EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC73EF

Black with #CC73EF

Text Example


Text Example

White with #CC73EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC73EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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