#CA81C5

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

Shades of Orchid #CA81C5

Tints of Orchid #CA81C5

Color information

#CA81C5 (or 0xCA81C5) is unknown color: approx Orchid. HEX triplet: CA, 81 and C5. RGB value is (202,129,197). Sum of RGB (Red+Green+Blue) = 202+129+197=528 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.26% from 528); Green value is 129 (50.78% from 255 or 24.43% from 528); Blue value is 197 (77.34% from 255 or 37.31% from 528); Max value from RGB is 202 - color contains mainly: red. Hex color #CA81C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA81C5 is #357E3A. Grayscale: #9E9E9E. Windows color (decimal): -3505723 or 12943818. OLE color: 12943818.

HSL color Cylindrical-coordinate representation of color #CA81C5: hue angle of 304.11º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CA81C5 is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB202129197-
CMYK00.360.020.21
HSL304.11º40.78%64.9%-
HSV(B)304.11º36.14%79.22%-
XYZ42.2932.2956.83-
YUV158.58149.68158.97-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.26%
GREEN value IS 129 (50.78% from 255) = 24.43%
BLUE value IS 197 (77.34% from 255) = 37.31%
R=38.26%
G=24.43%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212919700.360.020.21304.1140.7864.9
HexCA81C50242151302941
Octal31220130504422546051101
Binary110010101000000111000101010010010101011001100001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA81C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA81C5; }

 p { color: rgb(202,129,197); }

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

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

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

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

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

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

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