#ca81d0

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

Shades of Orchid #CA81D0

Tints of Orchid #CA81D0

Color information

#CA81D0 (or 0xCA81D0) is unknown color: approx Orchid. HEX triplet: CA, 81 and D0. RGB value is (202,129,208). Sum of RGB (Red+Green+Blue) = 202+129+208=539 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.48% from 539); Green value is 129 (50.78% from 255 or 23.93% from 539); Blue value is 208 (81.64% from 255 or 38.59% from 539); Max value from RGB is 208 - color contains mainly: blue. Hex color #CA81D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA81D0 is #357E2F. Grayscale: #9F9F9F. Windows color (decimal): -3505712 or 13664714. OLE color: 13664714.

HSL color Cylindrical-coordinate representation of color #CA81D0: hue angle of 295.44º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CA81D0 is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB202129208-
CMYK0.030.3800.18
HSL295.44º45.66%66.08%-
HSV(B)295.44º37.98%81.57%-
XYZ43.5932.8163.71-
YUV159.83155.18158.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.48%
GREEN value IS 129 (50.78% from 255) = 23.93%
BLUE value IS 208 (81.64% from 255) = 38.59%
R=37.48%
G=23.93%
B=38.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2021292080.030.3800.18295.4445.6666.08
HexCA81D03260121272e42
Octal31220132034602244756102
Binary110010101000000111010000111001100100101001001111011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca81d0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca81d0; }

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

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

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

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

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

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

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

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