#CA83D5

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

Shades of Orchid #CA83D5

Tints of Orchid #CA83D5

Color information

#CA83D5 (or 0xCA83D5) is unknown color: approx Orchid. HEX triplet: CA, 83 and D5. RGB value is (202,131,213). Sum of RGB (Red+Green+Blue) = 202+131+213=546 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.00% from 546); Green value is 131 (51.56% from 255 or 23.99% from 546); Blue value is 213 (83.59% from 255 or 39.01% from 546); Max value from RGB is 213 - color contains mainly: blue. Hex color #CA83D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA83D5 is #357C2A. Grayscale: #A1A1A1. Windows color (decimal): -3505195 or 13992906. OLE color: 13992906.

HSL color Cylindrical-coordinate representation of color #CA83D5: hue angle of 291.95º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CA83D5 is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB202131213-
CMYK0.050.3800.16
HSL291.95º49.4%67.45%-
HSV(B)291.95º38.5%83.53%-
XYZ44.4833.5967.09-
YUV161.58157.02156.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.00%
GREEN value IS 131 (51.56% from 255) = 23.99%
BLUE value IS 213 (83.59% from 255) = 39.01%
R=37.00%
G=23.99%
B=39.01%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2021312130.050.3800.16291.9549.467.45
HexCA83D55260101243143
Octal31220332554602044461103
Binary1100101010000011110101011011001100100001001001001100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA83D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA83D5; }

 p { color: rgb(202,131,213); }

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

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

 a { background-color: rgb(202,131,213); }

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

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

 span { border-color: rgb(202,131,213); }

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