Html Css Color HEX #CC77F6 Heliotrope

📋 copy color: '#CC77F6'

red 204 ◦ green 119 ◦ blue 246

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

Shades of Heliotrope #CC77F6

Tints of Heliotrope #CC77F6

RGB

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

 GREEN value IS 119 (46.88% from 255) = 20.91%

 BLUE value IS 246 (96.48% from 255) = 43.23%

R = 35.85%
G = 20.91%
B = 43.23%

CMYK

 C value IS 0.17

 M value IS 0.52

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CC77F6 (or 0xCC77F6) is known color: Heliotrope. HEX triplet: CC, 77 and F6. RGB value is (204,119,246). Sum of RGB (Red+Green+Blue) = 204+119+246=569 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.85% from 569); Green value is 119 (46.88% from 255 or 20.91% from 569); Blue value is 246 (96.48% from 255 or 43.23% from 569); Max value from RGB is 246 - color contains mainly: blue. Hex color #CC77F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC77F6 is #338809. Grayscale: #9E9E9E. Windows color (decimal): -3377162 or 16152524. OLE color: 16152524.

HSL color Cylindrical-coordinate representation of color #CC77F6: hue angle of 280.16º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CC77F6 is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 119 246 -
CMYK 0.17 0.52 0 0.04
HSL 280.16º 0.88% 0.72% -
HSV(B) 280.16º 0.52% 0.96% -
XYZ 48.13 32.68 90.96 -
YUV 158.89 177.16 160.17 -
System Red Green Blue C M Y K H S L
Decimal 204 119 246 0.17 0.52 0 0.04 280.16 0.88 0.72
Hex CC 77 F6 11 34 0 4 118 58 48
Octal 314 167 366 21 64 0 4 430 130 110
Binary 11001100 1110111 11110110 10001 110100 0 100 100011000 1011000 1001000

Color Harmonies of #CC77F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC77F6

Black with #CC77F6

Text Example


Text Example

White with #CC77F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC77F6; }

 p { color: rgb(204,119,246); }

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

background-color css

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

 a { background-color: rgb(204,119,246); }

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

border-color css

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

 span { border-color: rgb(204,119,246); }

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