#CA83CF

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

Shades of Orchid #CA83CF

Tints of Orchid #CA83CF

Color information

#CA83CF (or 0xCA83CF) is unknown color: approx Orchid. HEX triplet: CA, 83 and CF. RGB value is (202,131,207). Sum of RGB (Red+Green+Blue) = 202+131+207=540 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.41% from 540); Green value is 131 (51.56% from 255 or 24.26% from 540); Blue value is 207 (81.25% from 255 or 38.33% from 540); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA83CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA83CF is #357C30. Grayscale: #A0A0A0. Windows color (decimal): -3505201 or 13599690. OLE color: 13599690.

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

Color convert

RGB202131207-
CMYK0.020.3700.19
HSL296.05º44.19%66.27%-
HSV(B)296.05º36.71%81.18%-
XYZ43.7433.2963.15-
YUV160.89154.02157.32-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.41%
GREEN value IS 131 (51.56% from 255) = 24.26%
BLUE value IS 207 (81.25% from 255) = 38.33%
R=37.41%
G=24.26%
B=38.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2021312070.020.3700.19296.0544.1966.27
HexCA83CF2250131282c42
Octal31220331724502345054102
Binary110010101000001111001111101001010100111001010001011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA83CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA83CF; }

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

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

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

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

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

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

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

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