#CA7ACA

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

Shades of Orchid #CA7ACA

Tints of Orchid #CA7ACA

Color information

#CA7ACA (or 0xCA7ACA) is unknown color: approx Orchid. HEX triplet: CA, 7A and CA. RGB value is (202,122,202). Sum of RGB (Red+Green+Blue) = 202+122+202=526 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.40% from 526); Green value is 122 (48.05% from 255 or 23.19% from 526); Blue value is 202 (79.30% from 255 or 38.40% from 526); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CA7ACA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7ACA is #358535. Grayscale: #9A9A9A. Windows color (decimal): -3507510 or 13269706. OLE color: 13269706.

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

Color convert

RGB202122202-
CMYK00.4000.21
HSL300º43.01%63.53%-
HSV(B)300º39.6%79.22%-
XYZ41.9830.7459.6-
YUV155.04154.5161.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.40%
GREEN value IS 122 (48.05% from 255) = 23.19%
BLUE value IS 202 (79.30% from 255) = 38.40%
R=38.40%
G=23.19%
B=38.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212220200.4000.2130043.0163.53
HexCA7ACA02801512c2b40
Octal31217231205002545453100
Binary1100101011110101100101001010000101011001011001010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7ACA; }

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

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

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

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

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

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

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

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