#CA81C2

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

Shades of Orchid #CA81C2

Tints of Orchid #CA81C2

Color information

#CA81C2 (or 0xCA81C2) is unknown color: approx Orchid. HEX triplet: CA, 81 and C2. RGB value is (202,129,194). Sum of RGB (Red+Green+Blue) = 202+129+194=525 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.48% from 525); Green value is 129 (50.78% from 255 or 24.57% from 525); Blue value is 194 (76.17% from 255 or 36.95% from 525); Max value from RGB is 202 - color contains mainly: red. Hex color #CA81C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA81C2 is #357E3D. Grayscale: #9E9E9E. Windows color (decimal): -3505726 or 12747210. OLE color: 12747210.

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

Color convert

RGB202129194-
CMYK00.360.040.21
HSL306.58º40.78%64.9%-
HSV(B)306.58º36.14%79.22%-
XYZ41.9432.1555.03-
YUV158.24148.18159.21-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.48%
GREEN value IS 129 (50.78% from 255) = 24.57%
BLUE value IS 194 (76.17% from 255) = 36.95%
R=38.48%
G=24.57%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212919400.360.040.21306.5840.7864.9
HexCA81C20244151332941
Octal31220130204442546351101
Binary1100101010000001110000100100100100101011001100111010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA81C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA81C2; }

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

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

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

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

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

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

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

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