#CA83CE

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

Shades of Orchid #CA83CE

Tints of Orchid #CA83CE

Color information

#CA83CE (or 0xCA83CE) is unknown color: approx Orchid. HEX triplet: CA, 83 and CE. RGB value is (202,131,206). Sum of RGB (Red+Green+Blue) = 202+131+206=539 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.48% from 539); Green value is 131 (51.56% from 255 or 24.30% from 539); Blue value is 206 (80.86% from 255 or 38.22% from 539); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA83CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA83CE is #357C31. Grayscale: #A0A0A0. Windows color (decimal): -3505202 or 13534154. OLE color: 13534154.

HSL color Cylindrical-coordinate representation of color #CA83CE: hue angle of 296.8º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CA83CE is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB202131206-
CMYK0.020.3600.19
HSL296.8º43.35%66.08%-
HSV(B)296.8º36.41%80.78%-
XYZ43.6133.2562.51-
YUV160.78153.52157.4-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.48%
GREEN value IS 131 (51.56% from 255) = 24.30%
BLUE value IS 206 (80.86% from 255) = 38.22%
R=37.48%
G=24.30%
B=38.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2021312060.020.3600.19296.843.3566.08
HexCA83CE2240131292b42
Octal31220331624402345153102
Binary110010101000001111001110101001000100111001010011010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA83CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA83CE; }

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

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

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

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

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

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

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

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