#CA7EBA

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

Shades of Orchid #CA7EBA

Tints of Orchid #CA7EBA

Color information

#CA7EBA (or 0xCA7EBA) is unknown color: approx Orchid. HEX triplet: CA, 7E and BA. RGB value is (202,126,186). Sum of RGB (Red+Green+Blue) = 202+126+186=514 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.30% from 514); Green value is 126 (49.61% from 255 or 24.51% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7EBA is #358145. Grayscale: #9B9B9B. Windows color (decimal): -3506502 or 12222154. OLE color: 12222154.

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

Color convert

RGB202126186-
CMYK00.380.080.21
HSL312.63º41.76%64.31%-
HSV(B)312.63º37.62%79.22%-
XYZ40.6831.0250.3-
YUV155.56145.18161.12-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.30%
GREEN value IS 126 (49.61% from 255) = 24.51%
BLUE value IS 186 (73.05% from 255) = 36.19%
R=39.30%
G=24.51%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212618600.380.080.21312.6341.7664.31
HexCA7EBA0268151392a40
Octal312176272046102547152100
Binary1100101011111101011101001001101000101011001110011010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7EBA; }

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

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

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

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

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

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

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

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