#C583CB

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

Shades of Orchid #C583CB

Tints of Orchid #C583CB

Color information

#C583CB (or 0xC583CB) is unknown color: approx Orchid. HEX triplet: C5, 83 and CB. RGB value is (197,131,203). Sum of RGB (Red+Green+Blue) = 197+131+203=531 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.10% from 531); Green value is 131 (51.56% from 255 or 24.67% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 203 - color contains mainly: blue. Hex color #C583CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C583CB is #3A7C34. Grayscale: #9E9E9E. Windows color (decimal): -3832885 or 13337541. OLE color: 13337541.

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

Color convert

RGB197131203-
CMYK0.030.3500.20
HSL295º40.91%65.49%-
HSV(B)295º35.47%79.61%-
XYZ41.9232.4160.55-
YUV158.94152.87155.15-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.10%
GREEN value IS 131 (51.56% from 255) = 24.67%
BLUE value IS 203 (79.69% from 255) = 38.23%
R=37.10%
G=24.67%
B=38.23%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1971312030.030.3500.2029540.9165.49
HexC583CB3230141272941
Octal30520331334302444751101
Binary110001011000001111001011111000110101001001001111010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C583CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C583CB; }

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

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

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

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

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

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

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

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