#C683D0

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

Shades of Orchid #C683D0

Tints of Orchid #C683D0

Color information

#C683D0 (or 0xC683D0) is unknown color: approx Orchid. HEX triplet: C6, 83 and D0. RGB value is (198,131,208). Sum of RGB (Red+Green+Blue) = 198+131+208=537 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.87% from 537); Green value is 131 (51.56% from 255 or 24.39% from 537); Blue value is 208 (81.64% from 255 or 38.73% from 537); Max value from RGB is 208 - color contains mainly: blue. Hex color #C683D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C683D0 is #397C2F. Grayscale: #9F9F9F. Windows color (decimal): -3767344 or 13665222. OLE color: 13665222.

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

Color convert

RGB198131208-
CMYK0.050.3700.18
HSL292.21º45.03%66.47%-
HSV(B)292.21º37.02%81.57%-
XYZ42.7932.7963.75-
YUV159.81155.2155.24-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.87%
GREEN value IS 131 (51.56% from 255) = 24.39%
BLUE value IS 208 (81.64% from 255) = 38.73%
R=36.87%
G=24.39%
B=38.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1981312080.050.3700.18292.2145.0366.47
HexC683D05250121242d42
Octal30620332054502244455102
Binary1100011010000011110100001011001010100101001001001011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C683D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C683D0; }

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

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

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

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

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

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

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

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