#C583CF

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

Shades of Orchid #C583CF

Tints of Orchid #C583CF

Color information

#C583CF (or 0xC583CF) is unknown color: approx Orchid. HEX triplet: C5, 83 and CF. RGB value is (197,131,207). Sum of RGB (Red+Green+Blue) = 197+131+207=535 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.82% from 535); Green value is 131 (51.56% from 255 or 24.49% from 535); Blue value is 207 (81.25% from 255 or 38.69% from 535); Max value from RGB is 207 - color contains mainly: blue. Hex color #C583CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C583CF is #3A7C30. Grayscale: #9F9F9F. Windows color (decimal): -3832881 or 13599685. OLE color: 13599685.

HSL color Cylindrical-coordinate representation of color #C583CF: hue angle of 292.11º 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 #C583CF is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB197131207-
CMYK0.050.3700.19
HSL292.11º44.19%66.27%-
HSV(B)292.11º36.71%81.18%-
XYZ42.432.6163.09-
YUV159.4154.87154.82-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.82%
GREEN value IS 131 (51.56% from 255) = 24.49%
BLUE value IS 207 (81.25% from 255) = 38.69%
R=36.82%
G=24.49%
B=38.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1971312070.050.3700.19292.1144.1966.27
HexC583CF5250131242c42
Octal30520331754502344454102
Binary1100010110000011110011111011001010100111001001001011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C583CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C583CF; }

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

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

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

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

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

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

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

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