Html Css Color HEX #CC76F1 Heliotrope

📋 copy color: '#CC76F1'

red 204 ◦ green 118 ◦ blue 241

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

Shades of Heliotrope #CC76F1

Tints of Heliotrope #CC76F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 42.81%

R = 36.23%
G = 20.96%
B = 42.81%

CMYK

 C value IS 0.15

 M value IS 0.51

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CC76F1 (or 0xCC76F1) is known color: Heliotrope. HEX triplet: CC, 76 and F1. RGB value is (204,118,241). Sum of RGB (Red+Green+Blue) = 204+118+241=563 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.23% from 563); Green value is 118 (46.48% from 255 or 20.96% from 563); Blue value is 241 (94.53% from 255 or 42.81% from 563); Max value from RGB is 241 - color contains mainly: blue. Hex color #CC76F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC76F1 is #33890E. Grayscale: #9D9D9D. Windows color (decimal): -3377423 or 15824588. OLE color: 15824588.

HSL color Cylindrical-coordinate representation of color #CC76F1: hue angle of 281.95º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CC76F1 is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 118 241 -
CMYK 0.15 0.51 0 0.05
HSL 281.95º 0.81% 0.7% -
HSV(B) 281.95º 0.51% 0.95% -
XYZ 47.26 32.15 86.93 -
YUV 157.74 174.99 161 -
System Red Green Blue C M Y K H S L
Decimal 204 118 241 0.15 0.51 0 0.05 281.95 0.81 0.7
Hex CC 76 F1 F 33 0 5 11A 51 46
Octal 314 166 361 17 63 0 5 432 121 106
Binary 11001100 1110110 11110001 1111 110011 0 101 100011010 1010001 1000110

Color Harmonies of #CC76F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC76F1

Black with #CC76F1

Text Example


Text Example

White with #CC76F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC76F1; }

 p { color: rgb(204,118,241); }

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

background-color css

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

 a { background-color: rgb(204,118,241); }

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

border-color css

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

 span { border-color: rgb(204,118,241); }

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