#C682D5

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

Shades of Orchid #C682D5

Tints of Orchid #C682D5

Color information

#C682D5 (or 0xC682D5) is unknown color: approx Orchid. HEX triplet: C6, 82 and D5. RGB value is (198,130,213). Sum of RGB (Red+Green+Blue) = 198+130+213=541 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.60% from 541); Green value is 130 (51.17% from 255 or 24.03% from 541); Blue value is 213 (83.59% from 255 or 39.37% from 541); Max value from RGB is 213 - color contains mainly: blue. Hex color #C682D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C682D5 is #397D2A. Grayscale: #9F9F9F. Windows color (decimal): -3767595 or 13992646. OLE color: 13992646.

HSL color Cylindrical-coordinate representation of color #C682D5: hue angle of 289.16º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C682D5 is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB198130213-
CMYK0.070.3900.16
HSL289.16º49.7%67.25%-
HSV(B)289.16º38.97%83.53%-
XYZ43.2832.7867-
YUV159.79158.03155.25-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.60%
GREEN value IS 130 (51.17% from 255) = 24.03%
BLUE value IS 213 (83.59% from 255) = 39.37%
R=36.60%
G=24.03%
B=39.37%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1981302130.070.3900.16289.1649.767.25
HexC682D57270101213243
Octal30620232574702044162103
Binary1100011010000010110101011111001110100001001000011100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C682D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C682D5; }

 p { color: rgb(198,130,213); }

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

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

 a { background-color: rgb(198,130,213); }

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

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

 span { border-color: rgb(198,130,213); }

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