Html Css Color HEX #D27EC5 Orchid

📋 copy color: '#D27EC5'

red 210 ◦ green 126 ◦ blue 197

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

Shades of Orchid #D27EC5

Tints of Orchid #D27EC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 36.96%

R = 39.4%
G = 23.64%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D27EC5 (or 0xD27EC5) is known color: Orchid. HEX triplet: D2, 7E and C5. RGB value is (210,126,197). Sum of RGB (Red+Green+Blue) = 210+126+197=533 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.40% from 533); Green value is 126 (49.61% from 255 or 23.64% from 533); Blue value is 197 (77.34% from 255 or 36.96% from 533); Max value from RGB is 210 - color contains mainly: red. Hex color #D27EC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27EC5 is #2D813A. Grayscale: #9F9F9F. Windows color (decimal): -2982203 or 12943058. OLE color: 12943058.

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

Color convert

RGB 210 126 197 -
CMYK 0 0.4 0.06 0.18
HSL 309.29º 0.48% 0.66% -
HSV(B) 309.29º 0.4% 0.82% -
XYZ 44.12 32.65 56.8 -
YUV 159.21 149.33 164.23 -
System Red Green Blue C M Y K H S L
Decimal 210 126 197 0 0.4 0.06 0.18 309.29 0.48 0.66
Hex D2 7E C5 0 28 6 12 135 30 42
Octal 322 176 305 0 50 6 22 465 60 102
Binary 11010010 1111110 11000101 0 101000 110 10010 100110101 110000 1000010

Color Harmonies of #D27EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27EC5

Black with #D27EC5

Text Example


Text Example

White with #D27EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27EC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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