#CA7EC7

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

Shades of Orchid #CA7EC7

Tints of Orchid #CA7EC7

Color information

#CA7EC7 (or 0xCA7EC7) is unknown color: approx Orchid. HEX triplet: CA, 7E and C7. RGB value is (202,126,199). Sum of RGB (Red+Green+Blue) = 202+126+199=527 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.33% from 527); Green value is 126 (49.61% from 255 or 23.91% from 527); Blue value is 199 (78.12% from 255 or 37.76% from 527); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7EC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7EC7 is #358138. Grayscale: #9C9C9C. Windows color (decimal): -3506489 or 13074122. OLE color: 13074122.

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

Color convert

RGB202126199-
CMYK00.380.010.21
HSL302.37º41.76%64.31%-
HSV(B)302.37º37.62%79.22%-
XYZ42.1331.657.91-
YUV157.05151.68160.06-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.33%
GREEN value IS 126 (49.61% from 255) = 23.91%
BLUE value IS 199 (78.12% from 255) = 37.76%
R=38.33%
G=23.91%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212619900.380.010.21302.3741.7664.31
HexCA7EC702611512e2a40
Octal31217630704612545652100
Binary1100101011111101100011101001101101011001011101010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7EC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7EC7; }

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

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

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

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

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

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

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

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