#CA7ABA

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

Shades of Orchid #CA7ABA

Tints of Orchid #CA7ABA

Color information

#CA7ABA (or 0xCA7ABA) is unknown color: approx Orchid. HEX triplet: CA, 7A and BA. RGB value is (202,122,186). Sum of RGB (Red+Green+Blue) = 202+122+186=510 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.61% from 510); Green value is 122 (48.05% from 255 or 23.92% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7ABA is #358545. Grayscale: #999999. Windows color (decimal): -3507526 or 12221130. OLE color: 12221130.

HSL color Cylindrical-coordinate representation of color #CA7ABA: hue angle of 312º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CA7ABA is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB202122186-
CMYK00.400.080.21
HSL312º43.01%63.53%-
HSV(B)312º39.6%79.22%-
XYZ40.1830.0250.13-
YUV153.22146.5162.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.61%
GREEN value IS 122 (48.05% from 255) = 23.92%
BLUE value IS 186 (73.05% from 255) = 36.47%
R=39.61%
G=23.92%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212218600.400.080.2131243.0163.53
HexCA7ABA0288151382b40
Octal312172272050102547053100
Binary1100101011110101011101001010001000101011001110001010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7ABA; }

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

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

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

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

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

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

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

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