#C680CB

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

Shades of Orchid #C680CB

Tints of Orchid #C680CB

Color information

#C680CB (or 0xC680CB) is unknown color: approx Orchid. HEX triplet: C6, 80 and CB. RGB value is (198,128,203). Sum of RGB (Red+Green+Blue) = 198+128+203=529 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.43% from 529); Green value is 128 (50.39% from 255 or 24.20% from 529); Blue value is 203 (79.69% from 255 or 38.37% from 529); Max value from RGB is 203 - color contains mainly: blue. Hex color #C680CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C680CB is #397F34. Grayscale: #9D9D9D. Windows color (decimal): -3768117 or 13336774. OLE color: 13336774.

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

Color convert

RGB198128203-
CMYK0.020.3700.20
HSL296º41.9%64.9%-
HSV(B)296º36.95%79.61%-
XYZ41.7931.7660.43-
YUV157.48153.69156.9-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.43%
GREEN value IS 128 (50.39% from 255) = 24.20%
BLUE value IS 203 (79.69% from 255) = 38.37%
R=37.43%
G=24.20%
B=38.37%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1981282030.020.3700.2029641.964.9
HexC680CB2250141282a41
Octal30620031324502445052101
Binary110001101000000011001011101001010101001001010001010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C680CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C680CB; }

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

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

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

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

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

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

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

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