Html Css Color HEX #CC73F7 Heliotrope

📋 copy color: '#CC73F7'

red 204 ◦ green 115 ◦ blue 247

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

Shades of Heliotrope #CC73F7

Tints of Heliotrope #CC73F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 43.64%

R = 36.04%
G = 20.32%
B = 43.64%

CMYK

 C value IS 0.17

 M value IS 0.53

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CC73F7 (or 0xCC73F7) is known color: Heliotrope. HEX triplet: CC, 73 and F7. RGB value is (204,115,247). Sum of RGB (Red+Green+Blue) = 204+115+247=566 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.04% from 566); Green value is 115 (45.31% from 255 or 20.32% from 566); Blue value is 247 (96.88% from 255 or 43.64% from 566); Max value from RGB is 247 - color contains mainly: blue. Hex color #CC73F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC73F7 is #338C08. Grayscale: #9C9C9C. Windows color (decimal): -3378185 or 16217036. OLE color: 16217036.

HSL color Cylindrical-coordinate representation of color #CC73F7: hue angle of 280.45º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CC73F7 is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 115 247 -
CMYK 0.17 0.53 0 0.03
HSL 280.45º 0.89% 0.71% -
HSV(B) 280.45º 0.53% 0.97% -
XYZ 47.82 31.81 91.62 -
YUV 156.66 178.99 161.77 -
System Red Green Blue C M Y K H S L
Decimal 204 115 247 0.17 0.53 0 0.03 280.45 0.89 0.71
Hex CC 73 F7 11 35 0 3 118 59 47
Octal 314 163 367 21 65 0 3 430 131 107
Binary 11001100 1110011 11110111 10001 110101 0 11 100011000 1011001 1000111

Color Harmonies of #CC73F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC73F7

Black with #CC73F7

Text Example


Text Example

White with #CC73F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC73F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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