#CB7AC5

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

Shades of Orchid #CB7AC5

Tints of Orchid #CB7AC5

Color information

#CB7AC5 (or 0xCB7AC5) is unknown color: approx Orchid. HEX triplet: CB, 7A and C5. RGB value is (203,122,197). Sum of RGB (Red+Green+Blue) = 203+122+197=522 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.89% from 522); Green value is 122 (48.05% from 255 or 23.37% from 522); Blue value is 197 (77.34% from 255 or 37.74% from 522); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7AC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7AC5 is #34853A. Grayscale: #9A9A9A. Windows color (decimal): -3441979 or 12942027. OLE color: 12942027.

HSL color Cylindrical-coordinate representation of color #CB7AC5: hue angle of 304.44º 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 #CB7AC5 is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB203122197-
CMYK00.400.030.20
HSL304.44º43.78%63.73%-
HSV(B)304.44º39.9%79.61%-
XYZ41.6730.6556.54-
YUV154.77151.84162.4-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.89%
GREEN value IS 122 (48.05% from 255) = 23.37%
BLUE value IS 197 (77.34% from 255) = 37.74%
R=38.89%
G=23.37%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312219700.400.030.20304.4443.7863.73
HexCB7AC50283141302c40
Octal31317230505032446054100
Binary11001011111101011000101010100011101001001100001011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7AC5; }

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

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

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

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

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

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

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

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