Html Css Color HEX #CC77FA Heliotrope

📋 copy color: '#CC77FA'

red 204 ◦ green 119 ◦ blue 250

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

Shades of Heliotrope #CC77FA

Tints of Heliotrope #CC77FA

RGB

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

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

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

R = 35.6%
G = 20.77%
B = 43.63%

CMYK

 C value IS 0.18

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC77FA (or 0xCC77FA) is known color: Heliotrope. HEX triplet: CC, 77 and FA. RGB value is (204,119,250). Sum of RGB (Red+Green+Blue) = 204+119+250=573 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.60% from 573); Green value is 119 (46.88% from 255 or 20.77% from 573); Blue value is 250 (98.05% from 255 or 43.63% from 573); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC77FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC77FA is #338805. Grayscale: #9E9E9E. Windows color (decimal): -3377158 or 16414668. OLE color: 16414668.

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

Color convert

RGB 204 119 250 -
CMYK 0.18 0.52 0 0.02
HSL 278.93º 0.93% 0.72% -
HSV(B) 278.93º 0.52% 0.98% -
XYZ 48.75 32.93 94.23 -
YUV 159.35 179.16 159.85 -
System Red Green Blue C M Y K H S L
Decimal 204 119 250 0.18 0.52 0 0.02 278.93 0.93 0.72
Hex CC 77 FA 12 34 0 2 117 5D 48
Octal 314 167 372 22 64 0 2 427 135 110
Binary 11001100 1110111 11111010 10010 110100 0 10 100010111 1011101 1001000

Color Harmonies of #CC77FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC77FA

Black with #CC77FA

Text Example


Text Example

White with #CC77FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC77FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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