#D27AC1

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

Shades of Orchid #D27AC1

Tints of Orchid #D27AC1

Color information

#D27AC1 (or 0xD27AC1) is unknown color: approx Orchid. HEX triplet: D2, 7A and C1. RGB value is (210,122,193). Sum of RGB (Red+Green+Blue) = 210+122+193=525 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40% from 525); Green value is 122 (48.05% from 255 or 23.24% from 525); Blue value is 193 (75.78% from 255 or 36.76% from 525); Max value from RGB is 210 - color contains mainly: red. Hex color #D27AC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27AC1 is #2D853E. Grayscale: #9C9C9C. Windows color (decimal): -2983231 or 12679890. OLE color: 12679890.

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

Color convert

RGB210122193-
CMYK00.420.080.18
HSL311.59º49.44%65.1%-
HSV(B)311.59º41.9%82.35%-
XYZ43.1631.4754.25-
YUV156.41148.65166.23-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40%
GREEN value IS 122 (48.05% from 255) = 23.24%
BLUE value IS 193 (75.78% from 255) = 36.76%
R=40%
G=23.24%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012219300.420.080.18311.5949.4465.1
HexD27AC102A8121383141
Octal322172301052102247061101
Binary1101001011110101100000101010101000100101001110001100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27AC1; }

 p { color: rgb(210,122,193); }

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

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

 a { background-color: rgb(210,122,193); }

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

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

 span { border-color: rgb(210,122,193); }

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