#CC78CC

Color #CC78CC Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #CC78CC

Tints of Orchid #CC78CC

Color information

#CC78CC (or 0xCC78CC) is unknown color: approx Orchid. HEX triplet: CC, 78 and CC. RGB value is (204,120,204). Sum of RGB (Red+Green+Blue) = 204+120+204=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 120 (47.27% from 255 or 22.73% from 528); Blue value is 204 (80.08% from 255 or 38.64% from 528); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC78CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC78CC is #338733. Grayscale: #9A9A9A. Windows color (decimal): -3376948 or 13400268. OLE color: 13400268.

HSL color Cylindrical-coordinate representation of color #CC78CC: hue angle of 300º 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 #CC78CC is Cyan = 0, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB204120204-
CMYK00.4100.2
HSL300º45.16%63.53%-
HSV(B)300º41.18%80%-
XYZ42.5230.6360.8-
YUV154.69155.83163.17-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.64%
GREEN value IS 120 (47.27% from 255) = 22.73%
BLUE value IS 204 (80.08% from 255) = 38.64%
R=38.64%
G=22.73%
B=38.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412020400.4100.230045.1663.53
HexCC78CC02901412c2d40
Octal31417031405102445455100
Binary1100110011110001100110001010010101001001011001011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC78CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC78CC; }

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

 H1.HeaderClassName
 {
   color: #CC78CC;
 }
 .AnyTagClassName
 {
   color: #CC78CC;
 }
</style>
background-color css

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

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

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

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

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

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