#CB7AC0

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

Shades of Orchid #CB7AC0

Tints of Orchid #CB7AC0

Color information

#CB7AC0 (or 0xCB7AC0) is unknown color: approx Orchid. HEX triplet: CB, 7A and C0. RGB value is (203,122,192). Sum of RGB (Red+Green+Blue) = 203+122+192=517 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.26% from 517); Green value is 122 (48.05% from 255 or 23.60% from 517); Blue value is 192 (75.39% from 255 or 37.14% from 517); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7AC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7AC0 is #34853F. Grayscale: #9A9A9A. Windows color (decimal): -3441984 or 12614347. OLE color: 12614347.

HSL color Cylindrical-coordinate representation of color #CB7AC0: hue angle of 308.15º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CB7AC0 is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB203122192-
CMYK00.400.050.20
HSL308.15º43.78%63.73%-
HSV(B)308.15º39.9%79.61%-
XYZ41.130.4253.57-
YUV154.2149.34162.81-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.26%
GREEN value IS 122 (48.05% from 255) = 23.60%
BLUE value IS 192 (75.39% from 255) = 37.14%
R=39.26%
G=23.60%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312219200.400.050.20308.1543.7863.73
HexCB7AC00285141342c40
Octal31317230005052446454100
Binary110010111111010110000000101000101101001001101001011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7AC0; }

 p { color: rgb(203,122,192); }

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

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

 a { background-color: rgb(203,122,192); }

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

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

 span { border-color: rgb(203,122,192); }

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