#CB7ACA

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

Shades of Orchid #CB7ACA

Tints of Orchid #CB7ACA

Color information

#CB7ACA (or 0xCB7ACA) is unknown color: approx Orchid. HEX triplet: CB, 7A and CA. RGB value is (203,122,202). Sum of RGB (Red+Green+Blue) = 203+122+202=527 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.52% from 527); Green value is 122 (48.05% from 255 or 23.15% from 527); Blue value is 202 (79.30% from 255 or 38.33% from 527); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7ACA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7ACA is #348535. Grayscale: #9B9B9B. Windows color (decimal): -3441974 or 13269707. OLE color: 13269707.

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

Color convert

RGB203122202-
CMYK00.400.000.20
HSL300.74º43.78%63.73%-
HSV(B)300.74º39.9%79.61%-
XYZ42.2530.8859.61-
YUV155.34154.34162-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.52%
GREEN value IS 122 (48.05% from 255) = 23.15%
BLUE value IS 202 (79.30% from 255) = 38.33%
R=38.52%
G=23.15%
B=38.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312220200.400.000.20300.7443.7863.73
HexCB7ACA02801412d2c40
Octal31317231205002445554100
Binary1100101111110101100101001010000101001001011011011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7ACA; }

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

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

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

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

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

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

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

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