#C483D0

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

Shades of Orchid #C483D0

Tints of Orchid #C483D0

Color information

#C483D0 (or 0xC483D0) is unknown color: approx Orchid. HEX triplet: C4, 83 and D0. RGB value is (196,131,208). Sum of RGB (Red+Green+Blue) = 196+131+208=535 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.64% from 535); Green value is 131 (51.56% from 255 or 24.49% from 535); Blue value is 208 (81.64% from 255 or 38.88% from 535); Max value from RGB is 208 - color contains mainly: blue. Hex color #C483D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C483D0 is #3B7C2F. Grayscale: #9E9E9E. Windows color (decimal): -3898416 or 13665220. OLE color: 13665220.

HSL color Cylindrical-coordinate representation of color #C483D0: hue angle of 290.65º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C483D0 is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB196131208-
CMYK0.060.3700.18
HSL290.65º45.03%66.47%-
HSV(B)290.65º37.02%81.57%-
XYZ42.2732.5263.72-
YUV159.21155.53154.24-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.64%
GREEN value IS 131 (51.56% from 255) = 24.49%
BLUE value IS 208 (81.64% from 255) = 38.88%
R=36.64%
G=24.49%
B=38.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1961312080.060.3700.18290.6545.0366.47
HexC483D06250121232d42
Octal30420332064502244355102
Binary1100010010000011110100001101001010100101001000111011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C483D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C483D0; }

 p { color: rgb(196,131,208); }

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

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

 a { background-color: rgb(196,131,208); }

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

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

 span { border-color: rgb(196,131,208); }

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