#C684D0

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

Shades of Orchid #C684D0

Tints of Orchid #C684D0

Color information

#C684D0 (or 0xC684D0) is unknown color: approx Orchid. HEX triplet: C6, 84 and D0. RGB value is (198,132,208). Sum of RGB (Red+Green+Blue) = 198+132+208=538 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.80% from 538); Green value is 132 (51.95% from 255 or 24.54% from 538); Blue value is 208 (81.64% from 255 or 38.66% from 538); Max value from RGB is 208 - color contains mainly: blue. Hex color #C684D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C684D0 is #397B2F. Grayscale: #A0A0A0. Windows color (decimal): -3767088 or 13665478. OLE color: 13665478.

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

Color convert

RGB198132208-
CMYK0.050.3700.18
HSL292.11º44.71%66.67%-
HSV(B)292.11º36.54%81.57%-
XYZ42.9333.0663.79-
YUV160.4154.87154.82-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.80%
GREEN value IS 132 (51.95% from 255) = 24.54%
BLUE value IS 208 (81.64% from 255) = 38.66%
R=36.80%
G=24.54%
B=38.66%

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
Decimal1981322080.050.3700.18292.1144.7166.67
HexC684D05250121242d43
Octal30620432054502244455103
Binary1100011010000100110100001011001010100101001001001011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C684D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C684D0; }

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

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

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

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

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

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

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

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