#D682C4

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

Shades of Orchid #D682C4

Tints of Orchid #D682C4

Color information

#D682C4 (or 0xD682C4) is unknown color: approx Orchid. HEX triplet: D6, 82 and C4. RGB value is (214,130,196). Sum of RGB (Red+Green+Blue) = 214+130+196=540 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.63% from 540); Green value is 130 (51.17% from 255 or 24.07% from 540); Blue value is 196 (76.95% from 255 or 36.30% from 540); Max value from RGB is 214 - color contains mainly: red. Hex color #D682C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D682C4 is #297D3B. Grayscale: #A2A2A2. Windows color (decimal): -2719036 or 12878550. OLE color: 12878550.

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

Color convert

RGB214130196-
CMYK00.390.080.16
HSL312.86º50.6%67.45%-
HSV(B)312.86º39.25%83.92%-
XYZ45.6834.2556.43-
YUV162.64146.83164.63-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.63%
GREEN value IS 130 (51.17% from 255) = 24.07%
BLUE value IS 196 (76.95% from 255) = 36.30%
R=39.63%
G=24.07%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413019600.390.080.16312.8650.667.45
HexD682C40278101393343
Octal326202304047102047163103
Binary11010110100000101100010001001111000100001001110011100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D682C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D682C4; }

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

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

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

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

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

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

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

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