#CA81BD

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

Shades of Orchid #CA81BD

Tints of Orchid #CA81BD

Color information

#CA81BD (or 0xCA81BD) is unknown color: approx Orchid. HEX triplet: CA, 81 and BD. RGB value is (202,129,189). Sum of RGB (Red+Green+Blue) = 202+129+189=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 129 (50.78% from 255 or 24.81% from 520); Blue value is 189 (74.22% from 255 or 36.35% from 520); Max value from RGB is 202 - color contains mainly: red. Hex color #CA81BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA81BD is #357E42. Grayscale: #9D9D9D. Windows color (decimal): -3505731 or 12419530. OLE color: 12419530.

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

Color convert

RGB202129189-
CMYK00.360.060.21
HSL310.68º40.78%64.9%-
HSV(B)310.68º36.14%79.22%-
XYZ41.3931.9352.13-
YUV157.67145.68159.62-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.85%
GREEN value IS 129 (50.78% from 255) = 24.81%
BLUE value IS 189 (74.22% from 255) = 36.35%
R=38.85%
G=24.81%
B=36.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212918900.360.060.21310.6840.7864.9
HexCA81BD0246151372941
Octal31220127504462546751101
Binary1100101010000001101111010100100110101011001101111010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA81BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA81BD; }

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

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

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

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

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

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

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

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