#D27CCE

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

Shades of Orchid #D27CCE

Tints of Orchid #D27CCE

Color information

#D27CCE (or 0xD27CCE) is unknown color: approx Orchid. HEX triplet: D2, 7C and CE. RGB value is (210,124,206). Sum of RGB (Red+Green+Blue) = 210+124+206=540 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.89% from 540); Green value is 124 (48.83% from 255 or 22.96% from 540); Blue value is 206 (80.86% from 255 or 38.15% from 540); Max value from RGB is 210 - color contains mainly: red. Hex color #D27CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27CCE is #2D8331. Grayscale: #9E9E9E. Windows color (decimal): -2982706 or 13532370. OLE color: 13532370.

HSL color Cylindrical-coordinate representation of color #D27CCE: hue angle of 302.79º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D27CCE is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB210124206-
CMYK00.410.020.18
HSL302.79º48.86%65.49%-
HSV(B)302.79º40.95%82.35%-
XYZ44.9332.5762.31-
YUV159.06154.49164.33-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.89%
GREEN value IS 124 (48.83% from 255) = 22.96%
BLUE value IS 206 (80.86% from 255) = 38.15%
R=38.89%
G=22.96%
B=38.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012420600.410.020.18302.7948.8665.49
HexD27CCE02921212f3141
Octal32217431605122245761101
Binary11010010111110011001110010100110100101001011111100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27CCE; }

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

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

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

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

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

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

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

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