#CB7ACE

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

Shades of Orchid #CB7ACE

Tints of Orchid #CB7ACE

Color information

#CB7ACE (or 0xCB7ACE) is unknown color: approx Orchid. HEX triplet: CB, 7A and CE. RGB value is (203,122,206). Sum of RGB (Red+Green+Blue) = 203+122+206=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 122 (48.05% from 255 or 22.98% from 531); Blue value is 206 (80.86% from 255 or 38.79% from 531); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB7ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7ACE is #348531. Grayscale: #9B9B9B. Windows color (decimal): -3441970 or 13531851. OLE color: 13531851.

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

Color convert

RGB203122206-
CMYK0.010.4100.19
HSL297.86º46.15%64.31%-
HSV(B)297.86º40.78%80.78%-
XYZ42.7331.0762.14-
YUV155.79156.34161.67-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.23%
GREEN value IS 122 (48.05% from 255) = 22.98%
BLUE value IS 206 (80.86% from 255) = 38.79%
R=38.23%
G=22.98%
B=38.79%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2031222060.010.4100.19297.8646.1564.31
HexCB7ACE12901312a2e40
Octal31317231615102345256100
Binary1100101111110101100111011010010100111001010101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7ACE; }

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

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

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

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

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

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

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

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