Html Css Color HEX #CC76FA Heliotrope

📋 copy color: '#CC76FA'

red 204 ◦ green 118 ◦ blue 250

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

Shades of Heliotrope #CC76FA

Tints of Heliotrope #CC76FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.71%

R = 35.66%
G = 20.63%
B = 43.71%

CMYK

 C value IS 0.18

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC76FA (or 0xCC76FA) is known color: Heliotrope. HEX triplet: CC, 76 and FA. RGB value is (204,118,250). Sum of RGB (Red+Green+Blue) = 204+118+250=572 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.66% from 572); Green value is 118 (46.48% from 255 or 20.63% from 572); Blue value is 250 (98.05% from 255 or 43.71% from 572); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC76FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC76FA is #338905. Grayscale: #9E9E9E. Windows color (decimal): -3377414 or 16414412. OLE color: 16414412.

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

Color convert

RGB 204 118 250 -
CMYK 0.18 0.53 0 0.02
HSL 279.09º 0.93% 0.72% -
HSV(B) 279.09º 0.53% 0.98% -
XYZ 48.64 32.7 94.19 -
YUV 158.76 179.49 160.27 -
System Red Green Blue C M Y K H S L
Decimal 204 118 250 0.18 0.53 0 0.02 279.09 0.93 0.72
Hex CC 76 FA 12 35 0 2 117 5D 48
Octal 314 166 372 22 65 0 2 427 135 110
Binary 11001100 1110110 11111010 10010 110101 0 10 100010111 1011101 1001000

Color Harmonies of #CC76FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC76FA

Black with #CC76FA

Text Example


Text Example

White with #CC76FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC76FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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