Html Css Color HEX #D27ED6 Orchid

📋 copy color: '#D27ED6'

red 210 ◦ green 126 ◦ blue 214

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

Shades of Orchid #D27ED6

Tints of Orchid #D27ED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 38.91%

R = 38.18%
G = 22.91%
B = 38.91%

CMYK

 C value IS 0.02

 M value IS 0.41

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D27ED6 (or 0xD27ED6) is known color: Orchid. HEX triplet: D2, 7E and D6. RGB value is (210,126,214). Sum of RGB (Red+Green+Blue) = 210+126+214=550 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.18% from 550); Green value is 126 (49.61% from 255 or 22.91% from 550); Blue value is 214 (83.98% from 255 or 38.91% from 550); Max value from RGB is 214 - color contains mainly: blue. Hex color #D27ED6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27ED6 is #2D8129. Grayscale: #A0A0A0. Windows color (decimal): -2982186 or 14057170. OLE color: 14057170.

HSL color Cylindrical-coordinate representation of color #D27ED6: hue angle of 297.27º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D27ED6 is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 210 126 214 -
CMYK 0.02 0.41 0 0.16
HSL 297.27º 0.52% 0.67% -
HSV(B) 297.27º 0.41% 0.84% -
XYZ 46.18 33.48 67.65 -
YUV 161.15 157.83 162.84 -
System Red Green Blue C M Y K H S L
Decimal 210 126 214 0.02 0.41 0 0.16 297.27 0.52 0.67
Hex D2 7E D6 2 29 0 10 129 34 43
Octal 322 176 326 2 51 0 20 451 64 103
Binary 11010010 1111110 11010110 10 101001 0 10000 100101001 110100 1000011

Color Harmonies of #D27ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27ED6

Black with #D27ED6

Text Example


Text Example

White with #D27ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27ED6; }

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

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

background-color css

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

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

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

border-color css

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

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

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