#CA7EBC

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

Shades of Orchid #CA7EBC

Tints of Orchid #CA7EBC

Color information

#CA7EBC (or 0xCA7EBC) is unknown color: approx Orchid. HEX triplet: CA, 7E and BC. RGB value is (202,126,188). Sum of RGB (Red+Green+Blue) = 202+126+188=516 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.15% from 516); Green value is 126 (49.61% from 255 or 24.42% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7EBC is #358143. Grayscale: #9B9B9B. Windows color (decimal): -3506500 or 12353226. OLE color: 12353226.

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

Color convert

RGB202126188-
CMYK00.380.070.21
HSL311.05º41.76%64.31%-
HSV(B)311.05º37.62%79.22%-
XYZ40.931.1151.43-
YUV155.79146.18160.96-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.15%
GREEN value IS 126 (49.61% from 255) = 24.42%
BLUE value IS 188 (73.83% from 255) = 36.43%
R=39.15%
G=24.42%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212618800.380.070.21311.0541.7664.31
HexCA7EBC0267151372a40
Octal31217627404672546752100
Binary110010101111110101111000100110111101011001101111010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7EBC; }

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

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

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

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

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

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

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

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