#C778CB

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

Shades of Orchid #C778CB

Tints of Orchid #C778CB

Color information

#C778CB (or 0xC778CB) is unknown color: approx Orchid. HEX triplet: C7, 78 and CB. RGB value is (199,120,203). Sum of RGB (Red+Green+Blue) = 199+120+203=522 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.12% from 522); Green value is 120 (47.27% from 255 or 22.99% from 522); Blue value is 203 (79.69% from 255 or 38.89% from 522); Max value from RGB is 203 - color contains mainly: blue. Hex color #C778CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C778CB is #388734. Grayscale: #989898. Windows color (decimal): -3704629 or 13334727. OLE color: 13334727.

HSL color Cylindrical-coordinate representation of color #C778CB: hue angle of 297.11º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C778CB is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB199120203-
CMYK0.020.4100.20
HSL297.11º44.39%63.33%-
HSV(B)297.11º40.89%79.61%-
XYZ41.0529.8960.11-
YUV153.08156.17160.75-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.12%
GREEN value IS 120 (47.27% from 255) = 22.99%
BLUE value IS 203 (79.69% from 255) = 38.89%
R=38.12%
G=22.99%
B=38.89%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1991202030.020.4100.20297.1144.3963.33
HexC778CB2290141292c3f
Octal3071703132510244515477
Binary1100011111110001100101110101001010100100101001101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C778CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C778CB; }

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

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

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

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

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

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

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

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