#D682CD

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

Shades of Orchid #D682CD

Tints of Orchid #D682CD

Color information

#D682CD (or 0xD682CD) is unknown color: approx Orchid. HEX triplet: D6, 82 and CD. RGB value is (214,130,205). Sum of RGB (Red+Green+Blue) = 214+130+205=549 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.98% from 549); Green value is 130 (51.17% from 255 or 23.68% from 549); Blue value is 205 (80.47% from 255 or 37.34% from 549); Max value from RGB is 214 - color contains mainly: red. Hex color #D682CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D682CD is #297D32. Grayscale: #A3A3A3. Windows color (decimal): -2719027 or 13468374. OLE color: 13468374.

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

Color convert

RGB214130205-
CMYK00.390.040.16
HSL306.43º50.6%67.45%-
HSV(B)306.43º39.25%83.92%-
XYZ46.7334.6761.99-
YUV163.67151.33163.9-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.98%
GREEN value IS 130 (51.17% from 255) = 23.68%
BLUE value IS 205 (80.47% from 255) = 37.34%
R=38.98%
G=23.68%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413020500.390.040.16306.4350.667.45
HexD682CD0274101323343
Octal32620231504742046263103
Binary1101011010000010110011010100111100100001001100101100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D682CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D682CD; }

 p { color: rgb(214,130,205); }

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

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

 a { background-color: rgb(214,130,205); }

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

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

 span { border-color: rgb(214,130,205); }

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