#C678CD

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

Shades of Orchid #C678CD

Tints of Orchid #C678CD

Color information

#C678CD (or 0xC678CD) is unknown color: approx Orchid. HEX triplet: C6, 78 and CD. RGB value is (198,120,205). Sum of RGB (Red+Green+Blue) = 198+120+205=523 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.86% from 523); Green value is 120 (47.27% from 255 or 22.94% from 523); Blue value is 205 (80.47% from 255 or 39.20% from 523); Max value from RGB is 205 - color contains mainly: blue. Hex color #C678CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C678CD is #398732. Grayscale: #989898. Windows color (decimal): -3770163 or 13465798. OLE color: 13465798.

HSL color Cylindrical-coordinate representation of color #C678CD: hue angle of 295.06º degrees, saturation: 0.46, 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 #C678CD is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB198120205-
CMYK0.030.4100.20
HSL295.06º45.95%63.73%-
HSV(B)295.06º41.46%80.39%-
XYZ41.0229.8561.36-
YUV153.01157.34160.09-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.86%
GREEN value IS 120 (47.27% from 255) = 22.94%
BLUE value IS 205 (80.47% from 255) = 39.20%
R=37.86%
G=22.94%
B=39.20%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1981202050.030.4100.20295.0645.9563.73
HexC678CD3290141272e40
Octal30617031535102444756100
Binary11000110111100011001101111010010101001001001111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C678CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C678CD; }

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

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

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

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

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

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

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

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