#D27DC8

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

Shades of Orchid #D27DC8

Tints of Orchid #D27DC8

Color information

#D27DC8 (or 0xD27DC8) is unknown color: approx Orchid. HEX triplet: D2, 7D and C8. RGB value is (210,125,200). Sum of RGB (Red+Green+Blue) = 210+125+200=535 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.25% from 535); Green value is 125 (49.22% from 255 or 23.36% from 535); Blue value is 200 (78.52% from 255 or 37.38% from 535); Max value from RGB is 210 - color contains mainly: red. Hex color #D27DC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27DC8 is #2D8237. Grayscale: #9E9E9E. Windows color (decimal): -2982456 or 13139410. OLE color: 13139410.

HSL color Cylindrical-coordinate representation of color #D27DC8: hue angle of 307.06º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D27DC8 is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB210125200-
CMYK00.400.050.18
HSL307.06º48.57%65.69%-
HSV(B)307.06º40.48%82.35%-
XYZ44.3432.5458.59-
YUV158.96151.16164.4-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.25%
GREEN value IS 125 (49.22% from 255) = 23.36%
BLUE value IS 200 (78.52% from 255) = 37.38%
R=39.25%
G=23.36%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012520000.400.050.18307.0648.5765.69
HexD27DC80285121333142
Octal32217531005052246361102
Binary110100101111101110010000101000101100101001100111100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27DC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27DC8; }

 p { color: rgb(210,125,200); }

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

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

 a { background-color: rgb(210,125,200); }

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

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

 span { border-color: rgb(210,125,200); }

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