#D681CE

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

Shades of Orchid #D681CE

Tints of Orchid #D681CE

Color information

#D681CE (or 0xD681CE) is unknown color: approx Orchid. HEX triplet: D6, 81 and CE. RGB value is (214,129,206). Sum of RGB (Red+Green+Blue) = 214+129+206=549 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.98% from 549); Green value is 129 (50.78% from 255 or 23.50% from 549); Blue value is 206 (80.86% from 255 or 37.52% from 549); Max value from RGB is 214 - color contains mainly: red. Hex color #D681CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D681CE is #297E31. Grayscale: #A2A2A2. Windows color (decimal): -2719282 or 13533654. OLE color: 13533654.

HSL color Cylindrical-coordinate representation of color #D681CE: hue angle of 305.65º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D681CE is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB214129206-
CMYK00.400.040.16
HSL305.65º50.9%67.25%-
HSV(B)305.65º39.72%83.92%-
XYZ46.7234.4562.58-
YUV163.19152.16164.24-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.98%
GREEN value IS 129 (50.78% from 255) = 23.50%
BLUE value IS 206 (80.86% from 255) = 37.52%
R=38.98%
G=23.50%
B=37.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412920600.400.040.16305.6550.967.25
HexD681CE0284101323343
Octal32620131605042046263103
Binary1101011010000001110011100101000100100001001100101100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D681CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D681CE; }

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

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

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

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

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

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

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

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