Html Css Color HEX #D27ECF Orchid

📋 copy color: '#D27ECF'

red 210 ◦ green 126 ◦ blue 207

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

Shades of Orchid #D27ECF

Tints of Orchid #D27ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.12%

R = 38.67%
G = 23.2%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D27ECF (or 0xD27ECF) is known color: Orchid. HEX triplet: D2, 7E and CF. RGB value is (210,126,207). Sum of RGB (Red+Green+Blue) = 210+126+207=543 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.67% from 543); Green value is 126 (49.61% from 255 or 23.20% from 543); Blue value is 207 (81.25% from 255 or 38.12% from 543); Max value from RGB is 210 - color contains mainly: red. Hex color #D27ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27ECF is #2D8130. Grayscale: #A0A0A0. Windows color (decimal): -2982193 or 13598418. OLE color: 13598418.

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

Color convert

RGB 210 126 207 -
CMYK 0 0.4 0.01 0.18
HSL 302.14º 0.48% 0.66% -
HSV(B) 302.14º 0.4% 0.82% -
XYZ 45.3 33.13 63.04 -
YUV 160.35 154.33 163.41 -
System Red Green Blue C M Y K H S L
Decimal 210 126 207 0 0.4 0.01 0.18 302.14 0.48 0.66
Hex D2 7E CF 0 28 1 12 12E 30 42
Octal 322 176 317 0 50 1 22 456 60 102
Binary 11010010 1111110 11001111 0 101000 1 10010 100101110 110000 1000010

Color Harmonies of #D27ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27ECF

Black with #D27ECF

Text Example


Text Example

White with #D27ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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