#C678CC

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

Shades of Orchid #C678CC

Tints of Orchid #C678CC

Color information

#C678CC (or 0xC678CC) is unknown color: approx Orchid. HEX triplet: C6, 78 and CC. RGB value is (198,120,204). Sum of RGB (Red+Green+Blue) = 198+120+204=522 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.93% from 522); Green value is 120 (47.27% from 255 or 22.99% from 522); Blue value is 204 (80.08% from 255 or 39.08% from 522); Max value from RGB is 204 - color contains mainly: blue. Hex color #C678CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C678CC is #398733. Grayscale: #989898. Windows color (decimal): -3770164 or 13400262. OLE color: 13400262.

HSL color Cylindrical-coordinate representation of color #C678CC: hue angle of 295.71º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C678CC is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB198120204-
CMYK0.030.4100.2
HSL295.71º45.16%63.53%-
HSV(B)295.71º41.18%80%-
XYZ40.929.860.72-
YUV152.9156.84160.17-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.93%
GREEN value IS 120 (47.27% from 255) = 22.99%
BLUE value IS 204 (80.08% from 255) = 39.08%
R=37.93%
G=22.99%
B=39.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1981202040.030.4100.2295.7145.1663.53
HexC678CC3290141282d40
Octal30617031435102445055100
Binary11000110111100011001100111010010101001001010001011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C678CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C678CC; }

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

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

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

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

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

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

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

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