#CC78CF

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

Shades of Orchid #CC78CF

Tints of Orchid #CC78CF

Color information

#CC78CF (or 0xCC78CF) is unknown color: approx Orchid. HEX triplet: CC, 78 and CF. RGB value is (204,120,207). Sum of RGB (Red+Green+Blue) = 204+120+207=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 120 (47.27% from 255 or 22.60% from 531); Blue value is 207 (81.25% from 255 or 38.98% from 531); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC78CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC78CF is #338730. Grayscale: #9A9A9A. Windows color (decimal): -3376945 or 13596876. OLE color: 13596876.

HSL color Cylindrical-coordinate representation of color #CC78CF: hue angle of 297.93º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CC78CF is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB204120207-
CMYK0.010.4200.19
HSL297.93º47.54%64.12%-
HSV(B)297.93º42.03%81.18%-
XYZ42.8830.7862.71-
YUV155.03157.33162.93-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.42%
GREEN value IS 120 (47.27% from 255) = 22.60%
BLUE value IS 207 (81.25% from 255) = 38.98%
R=38.42%
G=22.60%
B=38.98%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2041202070.010.4200.19297.9347.5464.12
HexCC78CF12A01312a3040
Octal31417031715202345260100
Binary1100110011110001100111111010100100111001010101100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC78CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC78CF; }

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

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

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

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

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

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

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

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