#C678D5

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

Shades of Orchid #C678D5

Tints of Orchid #C678D5

Color information

#C678D5 (or 0xC678D5) is unknown color: approx Orchid. HEX triplet: C6, 78 and D5. RGB value is (198,120,213). Sum of RGB (Red+Green+Blue) = 198+120+213=531 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.29% from 531); Green value is 120 (47.27% from 255 or 22.60% from 531); Blue value is 213 (83.59% from 255 or 40.11% from 531); Max value from RGB is 213 - color contains mainly: blue. Hex color #C678D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C678D5 is #39872A. Grayscale: #999999. Windows color (decimal): -3770155 or 13990086. OLE color: 13990086.

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

Color convert

RGB198120213-
CMYK0.070.4400.16
HSL290.32º52.54%65.29%-
HSV(B)290.32º43.66%83.53%-
XYZ42.0230.2466.57-
YUV153.92161.34159.44-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.29%
GREEN value IS 120 (47.27% from 255) = 22.60%
BLUE value IS 213 (83.59% from 255) = 40.11%
R=37.29%
G=22.60%
B=40.11%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1981202130.070.4400.16290.3252.5465.29
HexC678D572C0101223541
Octal30617032575402044265101
Binary110001101111000110101011111011000100001001000101101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C678D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C678D5; }

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

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

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

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

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

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

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

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