#D682CC

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

Shades of Orchid #D682CC

Tints of Orchid #D682CC

Color information

#D682CC (or 0xD682CC) is unknown color: approx Orchid. HEX triplet: D6, 82 and CC. RGB value is (214,130,204). Sum of RGB (Red+Green+Blue) = 214+130+204=548 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.05% from 548); Green value is 130 (51.17% from 255 or 23.72% from 548); Blue value is 204 (80.08% from 255 or 37.23% from 548); Max value from RGB is 214 - color contains mainly: red. Hex color #D682CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D682CC is #297D33. Grayscale: #A3A3A3. Windows color (decimal): -2719028 or 13402838. OLE color: 13402838.

HSL color Cylindrical-coordinate representation of color #D682CC: hue angle of 307.14º 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 #D682CC is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB214130204-
CMYK00.390.050.16
HSL307.14º50.6%67.45%-
HSV(B)307.14º39.25%83.92%-
XYZ46.6134.6261.35-
YUV163.55150.83163.98-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.05%
GREEN value IS 130 (51.17% from 255) = 23.72%
BLUE value IS 204 (80.08% from 255) = 37.23%
R=39.05%
G=23.72%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413020400.390.050.16307.1450.667.45
HexD682CC0275101333343
Octal32620231404752046363103
Binary1101011010000010110011000100111101100001001100111100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D682CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D682CC; }

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

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

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

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

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

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

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

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