Html Css Color HEX #CC73F9 Heliotrope

📋 copy color: '#CC73F9'

red 204 ◦ green 115 ◦ blue 249

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

Shades of Heliotrope #CC73F9

Tints of Heliotrope #CC73F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 43.84%

R = 35.92%
G = 20.25%
B = 43.84%

CMYK

 C value IS 0.18

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC73F9 (or 0xCC73F9) is known color: Heliotrope. HEX triplet: CC, 73 and F9. RGB value is (204,115,249). Sum of RGB (Red+Green+Blue) = 204+115+249=568 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.92% from 568); Green value is 115 (45.31% from 255 or 20.25% from 568); Blue value is 249 (97.66% from 255 or 43.84% from 568); Max value from RGB is 249 - color contains mainly: blue. Hex color #CC73F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC73F9 is #338C06. Grayscale: #9C9C9C. Windows color (decimal): -3378183 or 16348108. OLE color: 16348108.

HSL color Cylindrical-coordinate representation of color #CC73F9: hue angle of 279.85º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CC73F9 is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 115 249 -
CMYK 0.18 0.54 0 0.02
HSL 279.85º 0.92% 0.71% -
HSV(B) 279.85º 0.54% 0.98% -
XYZ 48.13 31.94 93.25 -
YUV 156.89 179.99 161.6 -
System Red Green Blue C M Y K H S L
Decimal 204 115 249 0.18 0.54 0 0.02 279.85 0.92 0.71
Hex CC 73 F9 12 36 0 2 118 5C 47
Octal 314 163 371 22 66 0 2 430 134 107
Binary 11001100 1110011 11111001 10010 110110 0 10 100011000 1011100 1000111

Color Harmonies of #CC73F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC73F9

Black with #CC73F9

Text Example


Text Example

White with #CC73F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC73F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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