Html Css Color HEX #D27ECE Orchid

📋 copy color: '#D27ECE'

red 210 ◦ green 126 ◦ blue 206

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

Shades of Orchid #D27ECE

Tints of Orchid #D27ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.01%

R = 38.75%
G = 23.25%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D27ECE (or 0xD27ECE) is known color: Orchid. HEX triplet: D2, 7E and CE. RGB value is (210,126,206). Sum of RGB (Red+Green+Blue) = 210+126+206=542 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.75% from 542); Green value is 126 (49.61% from 255 or 23.25% from 542); Blue value is 206 (80.86% from 255 or 38.01% from 542); Max value from RGB is 210 - color contains mainly: red. Hex color #D27ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27ECE is #2D8131. Grayscale: #9F9F9F. Windows color (decimal): -2982194 or 13532882. OLE color: 13532882.

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

Color convert

RGB 210 126 206 -
CMYK 0 0.4 0.02 0.18
HSL 302.86º 0.48% 0.66% -
HSV(B) 302.86º 0.4% 0.82% -
XYZ 45.18 33.08 62.4 -
YUV 160.24 153.83 163.5 -
System Red Green Blue C M Y K H S L
Decimal 210 126 206 0 0.4 0.02 0.18 302.86 0.48 0.66
Hex D2 7E CE 0 28 2 12 12F 30 42
Octal 322 176 316 0 50 2 22 457 60 102
Binary 11010010 1111110 11001110 0 101000 10 10010 100101111 110000 1000010

Color Harmonies of #D27ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27ECE

Black with #D27ECE

Text Example


Text Example

White with #D27ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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