#C681C8

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

Shades of Orchid #C681C8

Tints of Orchid #C681C8

Color information

#C681C8 (or 0xC681C8) is unknown color: approx Orchid. HEX triplet: C6, 81 and C8. RGB value is (198,129,200). Sum of RGB (Red+Green+Blue) = 198+129+200=527 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.57% from 527); Green value is 129 (50.78% from 255 or 24.48% from 527); Blue value is 200 (78.52% from 255 or 37.95% from 527); Max value from RGB is 200 - color contains mainly: blue. Hex color #C681C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C681C8 is #397E37. Grayscale: #9D9D9D. Windows color (decimal): -3767864 or 13140422. OLE color: 13140422.

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

Color convert

RGB198129200-
CMYK0.010.3600.22
HSL298.31º39.23%64.51%-
HSV(B)298.31º35.5%78.43%-
XYZ41.5631.8858.61-
YUV157.73151.86156.73-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.57%
GREEN value IS 129 (50.78% from 255) = 24.48%
BLUE value IS 200 (78.52% from 255) = 37.95%
R=37.57%
G=24.48%
B=37.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981292000.010.3600.22298.3139.2364.51
HexC681C812401612a2741
Octal30620131014402645247101
Binary11000110100000011100100011001000101101001010101001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C681C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C681C8; }

 p { color: rgb(198,129,200); }

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

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

 a { background-color: rgb(198,129,200); }

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

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

 span { border-color: rgb(198,129,200); }

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