#D680C6

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

Shades of Orchid #D680C6

Tints of Orchid #D680C6

Color information

#D680C6 (or 0xD680C6) is unknown color: approx Orchid. HEX triplet: D6, 80 and C6. RGB value is (214,128,198). Sum of RGB (Red+Green+Blue) = 214+128+198=540 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.63% from 540); Green value is 128 (50.39% from 255 or 23.70% from 540); Blue value is 198 (77.73% from 255 or 36.67% from 540); Max value from RGB is 214 - color contains mainly: red. Hex color #D680C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D680C6 is #297F39. Grayscale: #A1A1A1. Windows color (decimal): -2719546 or 13009110. OLE color: 13009110.

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

Color convert

RGB214128198-
CMYK00.400.070.16
HSL311.16º51.19%67.06%-
HSV(B)311.16º40.19%83.92%-
XYZ45.6433.8157.55-
YUV161.69148.49165.31-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.63%
GREEN value IS 128 (50.39% from 255) = 23.70%
BLUE value IS 198 (77.73% from 255) = 36.67%
R=39.63%
G=23.70%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412819800.400.070.16311.1651.1967.06
HexD680C60287101373343
Octal32620030605072046763103
Binary1101011010000000110001100101000111100001001101111100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D680C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D680C6; }

 p { color: rgb(214,128,198); }

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

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

 a { background-color: rgb(214,128,198); }

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

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

 span { border-color: rgb(214,128,198); }

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