#C678CF

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

Shades of Orchid #C678CF

Tints of Orchid #C678CF

Color information

#C678CF (or 0xC678CF) is unknown color: approx Orchid. HEX triplet: C6, 78 and CF. RGB value is (198,120,207). Sum of RGB (Red+Green+Blue) = 198+120+207=525 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.71% from 525); Green value is 120 (47.27% from 255 or 22.86% from 525); Blue value is 207 (81.25% from 255 or 39.43% from 525); Max value from RGB is 207 - color contains mainly: blue. Hex color #C678CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C678CF is #398730. Grayscale: #989898. Windows color (decimal): -3770161 or 13596870. OLE color: 13596870.

HSL color Cylindrical-coordinate representation of color #C678CF: hue angle of 293.79º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C678CF is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB198120207-
CMYK0.040.4200.19
HSL293.79º47.54%64.12%-
HSV(B)293.79º42.03%81.18%-
XYZ41.2729.9462.64-
YUV153.24158.34159.93-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.71%
GREEN value IS 120 (47.27% from 255) = 22.86%
BLUE value IS 207 (81.25% from 255) = 39.43%
R=37.71%
G=22.86%
B=39.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1981202070.040.4200.19293.7947.5464.12
HexC678CF42A0131263040
Octal30617031745202344660100
Binary110001101111000110011111001010100100111001001101100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C678CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C678CF; }

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

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

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

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

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

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

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

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