Html Css Color HEX #CC78FF Heliotrope

📋 copy color: '#CC78FF'

red 204 ◦ green 120 ◦ blue 255

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

Shades of Heliotrope #CC78FF

Tints of Heliotrope #CC78FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.04%

R = 35.23%
G = 20.73%
B = 44.04%

CMYK

 C value IS 0.2

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CC78FF (or 0xCC78FF) is known color: Heliotrope. HEX triplet: CC, 78 and FF. RGB value is (204,120,255). Sum of RGB (Red+Green+Blue) = 204+120+255=579 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.23% from 579); Green value is 120 (47.27% from 255 or 20.73% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC78FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC78FF is #338700. Grayscale: #A0A0A0. Windows color (decimal): -3376897 or 16742604. OLE color: 16742604.

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

Color convert

RGB 204 120 255 -
CMYK 0.2 0.53 0 0
HSL 277.33º 1% 0.74% -
HSV(B) 277.33º 0.53% 1% -
XYZ 49.67 33.49 98.45 -
YUV 160.51 181.33 159.02 -
System Red Green Blue C M Y K H S L
Decimal 204 120 255 0.2 0.53 0 0 277.33 1 0.74
Hex CC 78 FF 14 35 0 0 115 64 4A
Octal 314 170 377 24 65 0 0 425 144 112
Binary 11001100 1111000 11111111 10100 110101 0 0 100010101 1100100 1001010

Color Harmonies of #CC78FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC78FF

Black with #CC78FF

Text Example


Text Example

White with #CC78FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC78FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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