#C681CE

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

Shades of Orchid #C681CE

Tints of Orchid #C681CE

Color information

#C681CE (or 0xC681CE) is unknown color: approx Orchid. HEX triplet: C6, 81 and CE. RGB value is (198,129,206). Sum of RGB (Red+Green+Blue) = 198+129+206=533 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.15% from 533); Green value is 129 (50.78% from 255 or 24.20% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 206 - color contains mainly: blue. Hex color #C681CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C681CE is #397E31. Grayscale: #9E9E9E. Windows color (decimal): -3767858 or 13533638. OLE color: 13533638.

HSL color Cylindrical-coordinate representation of color #C681CE: hue angle of 293.77º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C681CE is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB198129206-
CMYK0.040.3700.19
HSL293.77º44%65.69%-
HSV(B)293.77º37.38%80.78%-
XYZ42.2832.1662.37-
YUV158.41154.86156.24-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.15%
GREEN value IS 129 (50.78% from 255) = 24.20%
BLUE value IS 206 (80.86% from 255) = 38.65%
R=37.15%
G=24.20%
B=38.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1981292060.040.3700.19293.774465.69
HexC681CE4250131262c42
Octal30620131644502344654102
Binary1100011010000001110011101001001010100111001001101011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C681CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C681CE; }

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

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

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

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

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

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

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

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