#CA83CB

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

Shades of Orchid #CA83CB

Tints of Orchid #CA83CB

Color information

#CA83CB (or 0xCA83CB) is unknown color: approx Orchid. HEX triplet: CA, 83 and CB. RGB value is (202,131,203). Sum of RGB (Red+Green+Blue) = 202+131+203=536 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.69% from 536); Green value is 131 (51.56% from 255 or 24.44% from 536); Blue value is 203 (79.69% from 255 or 37.87% from 536); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA83CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA83CB is #357C34. Grayscale: #A0A0A0. Windows color (decimal): -3505205 or 13337546. OLE color: 13337546.

HSL color Cylindrical-coordinate representation of color #CA83CB: hue angle of 299.17º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CA83CB is Cyan = 0.00, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB202131203-
CMYK0.000.3500.20
HSL299.17º40.91%65.49%-
HSV(B)299.17º35.47%79.61%-
XYZ43.2533.160.61-
YUV160.44152.02157.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.69%
GREEN value IS 131 (51.56% from 255) = 24.44%
BLUE value IS 203 (79.69% from 255) = 37.87%
R=37.69%
G=24.44%
B=37.87%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2021312030.000.3500.20299.1740.9165.49
HexCA83CB02301412b2941
Octal31220331304302445351101
Binary11001010100000111100101101000110101001001010111010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA83CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA83CB; }

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

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

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

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

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

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

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

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