Html Css Color HEX #CC78C5 Orchid

📋 copy color: '#CC78C5'

red 204 ◦ green 120 ◦ blue 197

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

Shades of Orchid #CC78C5

Tints of Orchid #CC78C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 37.81%

R = 39.16%
G = 23.03%
B = 37.81%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.03

 K value IS 0.2

RGB Variations

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

Color information

#CC78C5 (or 0xCC78C5) is known color: Orchid. HEX triplet: CC, 78 and C5. RGB value is (204,120,197). Sum of RGB (Red+Green+Blue) = 204+120+197=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 120 (47.27% from 255 or 23.03% from 521); Blue value is 197 (77.34% from 255 or 37.81% from 521); Max value from RGB is 204 - color contains mainly: red. Hex color #CC78C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC78C5 is #33873A. Grayscale: #999999. Windows color (decimal): -3376955 or 12941516. OLE color: 12941516.

HSL color Cylindrical-coordinate representation of color #CC78C5: hue angle of 305º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CC78C5 is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 120 197 -
CMYK 0 0.41 0.03 0.2
HSL 305º 0.45% 0.64% -
HSV(B) 305º 0.41% 0.8% -
XYZ 41.7 30.3 56.47 -
YUV 153.89 152.33 163.74 -
System Red Green Blue C M Y K H S L
Decimal 204 120 197 0 0.41 0.03 0.2 305 0.45 0.64
Hex CC 78 C5 0 29 3 14 131 2D 40
Octal 314 170 305 0 51 3 24 461 55 100
Binary 11001100 1111000 11000101 0 101001 11 10100 100110001 101101 1000000

Color Harmonies of #CC78C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC78C5

Black with #CC78C5

Text Example


Text Example

White with #CC78C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC78C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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