#C682CB

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

Shades of Orchid #C682CB

Tints of Orchid #C682CB

Color information

#C682CB (or 0xC682CB) is unknown color: approx Orchid. HEX triplet: C6, 82 and CB. RGB value is (198,130,203). Sum of RGB (Red+Green+Blue) = 198+130+203=531 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.29% from 531); Green value is 130 (51.17% from 255 or 24.48% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 203 - color contains mainly: blue. Hex color #C682CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C682CB is #397D34. Grayscale: #9E9E9E. Windows color (decimal): -3767605 or 13337286. OLE color: 13337286.

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

Color convert

RGB198130203-
CMYK0.020.3600.20
HSL295.89º41.24%65.29%-
HSV(B)295.89º35.96%79.61%-
XYZ42.0532.2860.51-
YUV158.65153.03156.06-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.29%
GREEN value IS 130 (51.17% from 255) = 24.48%
BLUE value IS 203 (79.69% from 255) = 38.23%
R=37.29%
G=24.48%
B=38.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1981302030.020.3600.20295.8941.2465.29
HexC682CB2240141282941
Octal30620231324402445051101
Binary110001101000001011001011101001000101001001010001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C682CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C682CB; }

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

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

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

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

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

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

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

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