#CC78CB

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

Shades of Orchid #CC78CB

Tints of Orchid #CC78CB

Color information

#CC78CB (or 0xCC78CB) is unknown color: approx Orchid. HEX triplet: CC, 78 and CB. RGB value is (204,120,203). Sum of RGB (Red+Green+Blue) = 204+120+203=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 120 (47.27% from 255 or 22.77% from 527); Blue value is 203 (79.69% from 255 or 38.52% from 527); Max value from RGB is 204 - color contains mainly: red. Hex color #CC78CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC78CB is #338734. Grayscale: #9A9A9A. Windows color (decimal): -3376949 or 13334732. OLE color: 13334732.

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

Color convert

RGB204120203-
CMYK00.410.000.2
HSL300.71º45.16%63.53%-
HSV(B)300.71º41.18%80%-
XYZ42.430.5860.17-
YUV154.58155.33163.25-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.71%
GREEN value IS 120 (47.27% from 255) = 22.77%
BLUE value IS 203 (79.69% from 255) = 38.52%
R=38.71%
G=22.77%
B=38.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.00
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412020300.410.000.2300.7145.1663.53
HexCC78CB02901412d2d40
Octal31417031305102445555100
Binary1100110011110001100101101010010101001001011011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC78CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC78CB; }

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

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

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

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

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

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

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

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