Html Css Color HEX #CC78FE Heliotrope

📋 copy color: '#CC78FE'

red 204 ◦ green 120 ◦ blue 254

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

Shades of Heliotrope #CC78FE

Tints of Heliotrope #CC78FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.94%

R = 35.29%
G = 20.76%
B = 43.94%

CMYK

 C value IS 0.20

 M value IS 0.53

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CC78FE (or 0xCC78FE) is known color: Heliotrope. HEX triplet: CC, 78 and FE. RGB value is (204,120,254). Sum of RGB (Red+Green+Blue) = 204+120+254=578 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.29% from 578); Green value is 120 (47.27% from 255 or 20.76% from 578); Blue value is 254 (99.61% from 255 or 43.94% from 578); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC78FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC78FE is #338701. Grayscale: #9F9F9F. Windows color (decimal): -3376898 or 16677068. OLE color: 16677068.

HSL color Cylindrical-coordinate representation of color #CC78FE: hue angle of 277.61º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CC78FE is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 204 120 254 -
CMYK 0.20 0.53 0 0.00
HSL 277.61º 0.99% 0.73% -
HSV(B) 277.61º 0.53% 1% -
XYZ 49.51 33.43 97.61 -
YUV 160.39 180.83 159.1 -
System Red Green Blue C M Y K H S L
Decimal 204 120 254 0.20 0.53 0 0.00 277.61 0.99 0.73
Hex CC 78 FE 14 35 0 0 116 63 49
Octal 314 170 376 24 65 0 0 426 143 111
Binary 11001100 1111000 11111110 10100 110101 0 0 100010110 1100011 1001001

Color Harmonies of #CC78FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC78FE

Black with #CC78FE

Text Example


Text Example

White with #CC78FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC78FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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