#D27CD3

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

Shades of Orchid #D27CD3

Tints of Orchid #D27CD3

Color information

#D27CD3 (or 0xD27CD3) is unknown color: approx Orchid. HEX triplet: D2, 7C and D3. RGB value is (210,124,211). Sum of RGB (Red+Green+Blue) = 210+124+211=545 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.53% from 545); Green value is 124 (48.83% from 255 or 22.75% from 545); Blue value is 211 (82.81% from 255 or 38.72% from 545); Max value from RGB is 211 - color contains mainly: blue. Hex color #D27CD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27CD3 is #2D832C. Grayscale: #9F9F9F. Windows color (decimal): -2982701 or 13860050. OLE color: 13860050.

HSL color Cylindrical-coordinate representation of color #D27CD3: hue angle of 299.31º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D27CD3 is Cyan = 0.00, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB210124211-
CMYK0.000.4100.17
HSL299.31º49.71%65.69%-
HSV(B)299.31º41.23%82.75%-
XYZ45.5432.8265.56-
YUV159.63156.99163.93-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.53%
GREEN value IS 124 (48.83% from 255) = 22.75%
BLUE value IS 211 (82.81% from 255) = 38.72%
R=38.53%
G=22.75%
B=38.72%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2101242110.000.4100.17299.3149.7165.69
HexD27CD302901112b3242
Octal32217432305102145362102
Binary1101001011111001101001101010010100011001010111100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27CD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27CD3; }

 p { color: rgb(210,124,211); }

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

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

 a { background-color: rgb(210,124,211); }

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

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

 span { border-color: rgb(210,124,211); }

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