#C679D0

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

Shades of Orchid #C679D0

Tints of Orchid #C679D0

Color information

#C679D0 (or 0xC679D0) is unknown color: approx Orchid. HEX triplet: C6, 79 and D0. RGB value is (198,121,208). Sum of RGB (Red+Green+Blue) = 198+121+208=527 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.57% from 527); Green value is 121 (47.66% from 255 or 22.96% from 527); Blue value is 208 (81.64% from 255 or 39.47% from 527); Max value from RGB is 208 - color contains mainly: blue. Hex color #C679D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C679D0 is #39862F. Grayscale: #999999. Windows color (decimal): -3769904 or 13662662. OLE color: 13662662.

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

Color convert

RGB198121208-
CMYK0.050.4200.18
HSL293.1º48.07%64.51%-
HSV(B)293.1º41.83%81.57%-
XYZ41.5130.2363.32-
YUV153.94158.51159.43-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.57%
GREEN value IS 121 (47.66% from 255) = 22.96%
BLUE value IS 208 (81.64% from 255) = 39.47%
R=37.57%
G=22.96%
B=39.47%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1981212080.050.4200.18293.148.0764.51
HexC679D052A0121253041
Octal30617132055202244560101
Binary110001101111001110100001011010100100101001001011100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C679D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C679D0; }

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

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

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

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

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

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

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

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