Html Css Color HEX #CC78F1 Heliotrope

📋 copy color: '#CC78F1'

red 204 ◦ green 120 ◦ blue 241

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

Shades of Heliotrope #CC78F1

Tints of Heliotrope #CC78F1

RGB

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

 GREEN value IS 120 (47.27% from 255) = 21.24%

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

R = 36.11%
G = 21.24%
B = 42.65%

CMYK

 C value IS 0.15

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CC78F1 (or 0xCC78F1) is known color: Heliotrope. HEX triplet: CC, 78 and F1. RGB value is (204,120,241). Sum of RGB (Red+Green+Blue) = 204+120+241=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 120 (47.27% from 255 or 21.24% from 565); Blue value is 241 (94.53% from 255 or 42.65% from 565); Max value from RGB is 241 - color contains mainly: blue. Hex color #CC78F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC78F1 is #33870E. Grayscale: #9E9E9E. Windows color (decimal): -3376911 or 15825100. OLE color: 15825100.

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

Color convert

RGB 204 120 241 -
CMYK 0.15 0.50 0 0.05
HSL 281.65º 0.81% 0.71% -
HSV(B) 281.65º 0.5% 0.95% -
XYZ 47.5 32.62 87.01 -
YUV 158.91 174.33 160.16 -
System Red Green Blue C M Y K H S L
Decimal 204 120 241 0.15 0.50 0 0.05 281.65 0.81 0.71
Hex CC 78 F1 F 32 0 5 11A 51 47
Octal 314 170 361 17 62 0 5 432 121 107
Binary 11001100 1111000 11110001 1111 110010 0 101 100011010 1010001 1000111

Color Harmonies of #CC78F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC78F1

Black with #CC78F1

Text Example


Text Example

White with #CC78F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC78F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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