#CA83C3

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

Shades of Orchid #CA83C3

Tints of Orchid #CA83C3

Color information

#CA83C3 (or 0xCA83C3) is unknown color: approx Orchid. HEX triplet: CA, 83 and C3. RGB value is (202,131,195). Sum of RGB (Red+Green+Blue) = 202+131+195=528 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.26% from 528); Green value is 131 (51.56% from 255 or 24.81% from 528); Blue value is 195 (76.56% from 255 or 36.93% from 528); Max value from RGB is 202 - color contains mainly: red. Hex color #CA83C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA83C3 is #357C3C. Grayscale: #9F9F9F. Windows color (decimal): -3505213 or 12813258. OLE color: 12813258.

HSL color Cylindrical-coordinate representation of color #CA83C3: hue angle of 305.92º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CA83C3 is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB202131195-
CMYK00.350.030.21
HSL305.92º40.11%65.29%-
HSV(B)305.92º35.15%79.22%-
XYZ42.3232.7355.72-
YUV159.52148.02158.3-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.26%
GREEN value IS 131 (51.56% from 255) = 24.81%
BLUE value IS 195 (76.56% from 255) = 36.93%
R=38.26%
G=24.81%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213119500.350.030.21305.9240.1165.29
HexCA83C30233151322841
Octal31220330304332546250101
Binary110010101000001111000011010001111101011001100101010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA83C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA83C3; }

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

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

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

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

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

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

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

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