#C77DCB

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

Shades of Orchid #C77DCB

Tints of Orchid #C77DCB

Color information

#C77DCB (or 0xC77DCB) is unknown color: approx Orchid. HEX triplet: C7, 7D and CB. RGB value is (199,125,203). Sum of RGB (Red+Green+Blue) = 199+125+203=527 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.76% from 527); Green value is 125 (49.22% from 255 or 23.72% from 527); Blue value is 203 (79.69% from 255 or 38.52% from 527); Max value from RGB is 203 - color contains mainly: blue. Hex color #C77DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77DCB is #388234. Grayscale: #9B9B9B. Windows color (decimal): -3703349 or 13336007. OLE color: 13336007.

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

Color convert

RGB199125203-
CMYK0.020.3800.20
HSL296.92º42.86%64.31%-
HSV(B)296.92º38.42%79.61%-
XYZ41.6731.1260.31-
YUV156.02154.52158.66-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.76%
GREEN value IS 125 (49.22% from 255) = 23.72%
BLUE value IS 203 (79.69% from 255) = 38.52%
R=37.76%
G=23.72%
B=38.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1991252030.020.3800.20296.9242.8664.31
HexC77DCB2260141292b40
Octal30717531324602445153100
Binary11000111111110111001011101001100101001001010011010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77DCB; }

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

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

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

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

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

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

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

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