Html Css Color HEX #D27EDA Orchid

📋 copy color: '#D27EDA'

red 210 ◦ green 126 ◦ blue 218

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

Shades of Orchid #D27EDA

Tints of Orchid #D27EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.35%

R = 37.91%
G = 22.74%
B = 39.35%

CMYK

 C value IS 0.04

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D27EDA (or 0xD27EDA) is known color: Orchid. HEX triplet: D2, 7E and DA. RGB value is (210,126,218). Sum of RGB (Red+Green+Blue) = 210+126+218=554 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.91% from 554); Green value is 126 (49.61% from 255 or 22.74% from 554); Blue value is 218 (85.55% from 255 or 39.35% from 554); Max value from RGB is 218 - color contains mainly: blue. Hex color #D27EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27EDA is #2D8125. Grayscale: #A1A1A1. Windows color (decimal): -2982182 or 14319314. OLE color: 14319314.

HSL color Cylindrical-coordinate representation of color #D27EDA: hue angle of 294.78º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D27EDA is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 210 126 218 -
CMYK 0.04 0.42 0 0.15
HSL 294.78º 0.55% 0.67% -
HSV(B) 294.78º 0.42% 0.85% -
XYZ 46.69 33.69 70.37 -
YUV 161.6 159.83 162.52 -
System Red Green Blue C M Y K H S L
Decimal 210 126 218 0.04 0.42 0 0.15 294.78 0.55 0.67
Hex D2 7E DA 4 2A 0 F 127 37 43
Octal 322 176 332 4 52 0 17 447 67 103
Binary 11010010 1111110 11011010 100 101010 0 1111 100100111 110111 1000011

Color Harmonies of #D27EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27EDA

Black with #D27EDA

Text Example


Text Example

White with #D27EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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