Html Css Color HEX #D27EBB Orchid

📋 copy color: '#D27EBB'

red 210 ◦ green 126 ◦ blue 187

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

Shades of Orchid #D27EBB

Tints of Orchid #D27EBB

RGB

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

 GREEN value IS 126 (49.61% from 255) = 24.09%

 BLUE value IS 187 (73.44% from 255) = 35.76%

R = 40.15%
G = 24.09%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D27EBB (or 0xD27EBB) is known color: Orchid. HEX triplet: D2, 7E and BB. RGB value is (210,126,187). Sum of RGB (Red+Green+Blue) = 210+126+187=523 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.15% from 523); Green value is 126 (49.61% from 255 or 24.09% from 523); Blue value is 187 (73.44% from 255 or 35.76% from 523); Max value from RGB is 210 - color contains mainly: red. Hex color #D27EBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27EBB is #2D8144. Grayscale: #9D9D9D. Windows color (decimal): -2982213 or 12287698. OLE color: 12287698.

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

Color convert

RGB 210 126 187 -
CMYK 0 0.4 0.11 0.18
HSL 316.43º 0.48% 0.66% -
HSV(B) 316.43º 0.4% 0.82% -
XYZ 43.01 32.21 50.96 -
YUV 158.07 144.33 165.04 -
System Red Green Blue C M Y K H S L
Decimal 210 126 187 0 0.4 0.11 0.18 316.43 0.48 0.66
Hex D2 7E BB 0 28 B 12 13C 30 42
Octal 322 176 273 0 50 13 22 474 60 102
Binary 11010010 1111110 10111011 0 101000 1011 10010 100111100 110000 1000010

Color Harmonies of #D27EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27EBB

Black with #D27EBB

Text Example


Text Example

White with #D27EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27EBB; }

 p { color: rgb(210,126,187); }

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

background-color css

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

 a { background-color: rgb(210,126,187); }

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

border-color css

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

 span { border-color: rgb(210,126,187); }

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