#C678CB

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

Shades of Orchid #C678CB

Tints of Orchid #C678CB

Color information

#C678CB (or 0xC678CB) is unknown color: approx Orchid. HEX triplet: C6, 78 and CB. RGB value is (198,120,203). Sum of RGB (Red+Green+Blue) = 198+120+203=521 (69% of max value = 765). Red value is 198 (77.73% from 255 or 38.00% from 521); Green value is 120 (47.27% from 255 or 23.03% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 203 - color contains mainly: blue. Hex color #C678CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C678CB is #398734. Grayscale: #989898. Windows color (decimal): -3770165 or 13334726. OLE color: 13334726.

HSL color Cylindrical-coordinate representation of color #C678CB: hue angle of 296.39º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C678CB is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB198120203-
CMYK0.020.4100.20
HSL296.39º44.39%63.33%-
HSV(B)296.39º40.89%79.61%-
XYZ40.7829.7560.09-
YUV152.78156.34160.25-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.00%
GREEN value IS 120 (47.27% from 255) = 23.03%
BLUE value IS 203 (79.69% from 255) = 38.96%
R=38.00%
G=23.03%
B=38.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1981202030.020.4100.20296.3944.3963.33
HexC678CB2290141282c3f
Octal3061703132510244505477
Binary1100011011110001100101110101001010100100101000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C678CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C678CB; }

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

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

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

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

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

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

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

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