#C583CE

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

Shades of Orchid #C583CE

Tints of Orchid #C583CE

Color information

#C583CE (or 0xC583CE) is unknown color: approx Orchid. HEX triplet: C5, 83 and CE. RGB value is (197,131,206). Sum of RGB (Red+Green+Blue) = 197+131+206=534 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.89% from 534); Green value is 131 (51.56% from 255 or 24.53% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 206 - color contains mainly: blue. Hex color #C583CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C583CE is #3A7C31. Grayscale: #9F9F9F. Windows color (decimal): -3832882 or 13534149. OLE color: 13534149.

HSL color Cylindrical-coordinate representation of color #C583CE: hue angle of 292.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 #C583CE is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB197131206-
CMYK0.040.3600.19
HSL292.8º43.35%66.08%-
HSV(B)292.8º36.41%80.78%-
XYZ42.2832.5662.45-
YUV159.28154.37154.9-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.89%
GREEN value IS 131 (51.56% from 255) = 24.53%
BLUE value IS 206 (80.86% from 255) = 38.58%
R=36.89%
G=24.53%
B=38.58%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1971312060.040.3600.19292.843.3566.08
HexC583CE4240131252b42
Octal30520331644402344553102
Binary1100010110000011110011101001001000100111001001011010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C583CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C583CE; }

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

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

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

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

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

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

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

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