#D27FC2

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

Shades of Orchid #D27FC2

Tints of Orchid #D27FC2

Color information

#D27FC2 (or 0xD27FC2) is unknown color: approx Orchid. HEX triplet: D2, 7F and C2. RGB value is (210,127,194). Sum of RGB (Red+Green+Blue) = 210+127+194=531 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.55% from 531); Green value is 127 (50% from 255 or 23.92% from 531); Blue value is 194 (76.17% from 255 or 36.53% from 531); Max value from RGB is 210 - color contains mainly: red. Hex color #D27FC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27FC2 is #2D803D. Grayscale: #9F9F9F. Windows color (decimal): -2981950 or 12746706. OLE color: 12746706.

HSL color Cylindrical-coordinate representation of color #D27FC2: hue angle of 311.57º degrees, saturation: 0.48, 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 #D27FC2 is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB210127194-
CMYK00.400.080.18
HSL311.57º47.98%66.08%-
HSV(B)311.57º39.52%82.35%-
XYZ43.9132.7855.05-
YUV159.45147.5164.05-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.55%
GREEN value IS 127 (50% from 255) = 23.92%
BLUE value IS 194 (76.17% from 255) = 36.53%
R=39.55%
G=23.92%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012719400.400.080.18311.5747.9866.08
HexD27FC20288121383042
Octal322177302050102247060102
Binary1101001011111111100001001010001000100101001110001100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27FC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27FC2; }

 p { color: rgb(210,127,194); }

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

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

 a { background-color: rgb(210,127,194); }

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

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

 span { border-color: rgb(210,127,194); }

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