#C678DA

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

Shades of Orchid #C678DA

Tints of Orchid #C678DA

Color information

#C678DA (or 0xC678DA) is unknown color: approx Orchid. HEX triplet: C6, 78 and DA. RGB value is (198,120,218). Sum of RGB (Red+Green+Blue) = 198+120+218=536 (70% of max value = 765). Red value is 198 (77.73% from 255 or 36.94% from 536); Green value is 120 (47.27% from 255 or 22.39% from 536); Blue value is 218 (85.55% from 255 or 40.67% from 536); Max value from RGB is 218 - color contains mainly: blue. Hex color #C678DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C678DA is #398725. Grayscale: #9A9A9A. Windows color (decimal): -3770150 or 14317766. OLE color: 14317766.

HSL color Cylindrical-coordinate representation of color #C678DA: hue angle of 287.76º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C678DA is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB198120218-
CMYK0.090.4500.15
HSL287.76º56.98%66.27%-
HSV(B)287.76º44.95%85.49%-
XYZ42.6630.569.97-
YUV154.49163.84159.03-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.94%
GREEN value IS 120 (47.27% from 255) = 22.39%
BLUE value IS 218 (85.55% from 255) = 40.67%
R=36.94%
G=22.39%
B=40.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1981202180.090.4500.15287.7656.9866.27
HexC678DA92D0F1203942
Octal306170332115501744071102
Binary110001101111000110110101001101101011111001000001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C678DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C678DA; }

 p { color: rgb(198,120,218); }

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

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

 a { background-color: rgb(198,120,218); }

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

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

 span { border-color: rgb(198,120,218); }

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