#C678C5

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

Shades of Orchid #C678C5

Tints of Orchid #C678C5

Color information

#C678C5 (or 0xC678C5) is unknown color: approx Orchid. HEX triplet: C6, 78 and C5. RGB value is (198,120,197). Sum of RGB (Red+Green+Blue) = 198+120+197=515 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.45% from 515); Green value is 120 (47.27% from 255 or 23.30% from 515); Blue value is 197 (77.34% from 255 or 38.25% from 515); Max value from RGB is 198 - color contains mainly: red. Hex color #C678C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C678C5 is #39873A. Grayscale: #979797. Windows color (decimal): -3770171 or 12941510. OLE color: 12941510.

HSL color Cylindrical-coordinate representation of color #C678C5: hue angle of 300.77º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C678C5 is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.22.

Color convert

RGB198120197-
CMYK00.390.010.22
HSL300.77º40.63%62.35%-
HSV(B)300.77º39.39%77.65%-
XYZ40.0829.4756.4-
YUV152.1153.34160.74-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.45%
GREEN value IS 120 (47.27% from 255) = 23.30%
BLUE value IS 197 (77.34% from 255) = 38.25%
R=38.45%
G=23.30%
B=38.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.01
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19812019700.390.010.22300.7740.6362.35
HexC678C502711612d293e
Octal3061703050471264555176
Binary110001101111000110001010100111110110100101101101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C678C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C678C5; }

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

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

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

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

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

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

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

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