#CA7ACB

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

Shades of Orchid #CA7ACB

Tints of Orchid #CA7ACB

Color information

#CA7ACB (or 0xCA7ACB) is unknown color: approx Orchid. HEX triplet: CA, 7A and CB. RGB value is (202,122,203). Sum of RGB (Red+Green+Blue) = 202+122+203=527 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.33% from 527); Green value is 122 (48.05% from 255 or 23.15% 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 #CA7ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7ACB is #358534. Grayscale: #9A9A9A. Windows color (decimal): -3507509 or 13335242. OLE color: 13335242.

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

Color convert

RGB202122203-
CMYK0.000.4000.20
HSL299.26º43.78%63.73%-
HSV(B)299.26º39.9%79.61%-
XYZ42.130.7960.22-
YUV155.15155161.41-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2021222030.000.4000.20299.2643.7863.73
HexCA7ACB02801412b2c40
Octal31217231305002445354100
Binary1100101011110101100101101010000101001001010111011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7ACB; }

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

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

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

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

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

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

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

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