Html Css Color HEX #D27DB9 Orchid

📋 copy color: '#D27DB9'

red 210 ◦ green 125 ◦ blue 185

#D27DB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #D27DB9

Tints of Orchid #D27DB9

RGB

 RED value IS 210 (82.42% from 255) = 40.38%

 GREEN value IS 125 (49.22% from 255) = 24.04%

 BLUE value IS 185 (72.66% from 255) = 35.58%

R = 40.38%
G = 24.04%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D27DB9 (or 0xD27DB9) is known color: Orchid. HEX triplet: D2, 7D and B9. RGB value is (210,125,185). Sum of RGB (Red+Green+Blue) = 210+125+185=520 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.38% from 520); Green value is 125 (49.22% from 255 or 24.04% from 520); Blue value is 185 (72.66% from 255 or 35.58% from 520); Max value from RGB is 210 - color contains mainly: red. Hex color #D27DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27DB9 is #2D8246. Grayscale: #9D9D9D. Windows color (decimal): -2982471 or 12156370. OLE color: 12156370.

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

Color convert

RGB 210 125 185 -
CMYK 0 0.40 0.12 0.18
HSL 317.65º 0.49% 0.66% -
HSV(B) 317.65º 0.4% 0.82% -
XYZ 42.67 31.87 49.8 -
YUV 157.26 143.66 165.62 -
System Red Green Blue C M Y K H S L
Decimal 210 125 185 0 0.40 0.12 0.18 317.65 0.49 0.66
Hex D2 7D B9 0 28 C 12 13E 31 42
Octal 322 175 271 0 50 14 22 476 61 102
Binary 11010010 1111101 10111001 0 101000 1100 10010 100111110 110001 1000010

Color Harmonies of #D27DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27DB9

Black with #D27DB9

Text Example


Text Example

White with #D27DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27DB9; }

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

 H1.HeaderClassName
 {
   color: #D27DB9;
 }
 .AnyTagClassName
 {
   color: #D27DB9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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