Html Css Color HEX #D27EDE Orchid

📋 copy color: '#D27EDE'

red 210 ◦ green 126 ◦ blue 222

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

Shades of Orchid #D27EDE

Tints of Orchid #D27EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.78%

R = 37.63%
G = 22.58%
B = 39.78%

CMYK

 C value IS 0.05

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D27EDE (or 0xD27EDE) is known color: Orchid. HEX triplet: D2, 7E and DE. RGB value is (210,126,222). Sum of RGB (Red+Green+Blue) = 210+126+222=558 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.63% from 558); Green value is 126 (49.61% from 255 or 22.58% from 558); Blue value is 222 (87.11% from 255 or 39.78% from 558); Max value from RGB is 222 - color contains mainly: blue. Hex color #D27EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27EDE is #2D8121. Grayscale: #A1A1A1. Windows color (decimal): -2982178 or 14581458. OLE color: 14581458.

HSL color Cylindrical-coordinate representation of color #D27EDE: hue angle of 292.5º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D27EDE is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 126 222 -
CMYK 0.05 0.43 0 0.13
HSL 292.5º 0.59% 0.68% -
HSV(B) 292.5º 0.43% 0.87% -
XYZ 47.22 33.9 73.16 -
YUV 162.06 161.83 162.19 -
System Red Green Blue C M Y K H S L
Decimal 210 126 222 0.05 0.43 0 0.13 292.5 0.59 0.68
Hex D2 7E DE 5 2B 0 D 124 3B 44
Octal 322 176 336 5 53 0 15 444 73 104
Binary 11010010 1111110 11011110 101 101011 0 1101 100100100 111011 1000100

Color Harmonies of #D27EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27EDE

Black with #D27EDE

Text Example


Text Example

White with #D27EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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