Html Css Color HEX #CC77F1 Heliotrope

📋 copy color: '#CC77F1'

red 204 ◦ green 119 ◦ blue 241

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

Shades of Heliotrope #CC77F1

Tints of Heliotrope #CC77F1

RGB

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

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

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

R = 36.17%
G = 21.1%
B = 42.73%

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

#CC77F1 (or 0xCC77F1) is known color: Heliotrope. HEX triplet: CC, 77 and F1. RGB value is (204,119,241). Sum of RGB (Red+Green+Blue) = 204+119+241=564 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.17% from 564); Green value is 119 (46.88% from 255 or 21.10% from 564); Blue value is 241 (94.53% from 255 or 42.73% from 564); Max value from RGB is 241 - color contains mainly: blue. Hex color #CC77F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC77F1 is #33880E. Grayscale: #9D9D9D. Windows color (decimal): -3377167 or 15824844. OLE color: 15824844.

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

Color convert

RGB 204 119 241 -
CMYK 0.15 0.51 0 0.05
HSL 281.8º 0.81% 0.71% -
HSV(B) 281.8º 0.51% 0.95% -
XYZ 47.38 32.38 86.97 -
YUV 158.32 174.66 160.58 -
System Red Green Blue C M Y K H S L
Decimal 204 119 241 0.15 0.51 0 0.05 281.8 0.81 0.71
Hex CC 77 F1 F 33 0 5 11A 51 47
Octal 314 167 361 17 63 0 5 432 121 107
Binary 11001100 1110111 11110001 1111 110011 0 101 100011010 1010001 1000111

Color Harmonies of #CC77F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC77F1

Black with #CC77F1

Text Example


Text Example

White with #CC77F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC77F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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