Html Css Color HEX #D27ECA Orchid

📋 copy color: '#D27ECA'

red 210 ◦ green 126 ◦ blue 202

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

Shades of Orchid #D27ECA

Tints of Orchid #D27ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.55%

R = 39.03%
G = 23.42%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D27ECA (or 0xD27ECA) is known color: Orchid. HEX triplet: D2, 7E and CA. RGB value is (210,126,202). Sum of RGB (Red+Green+Blue) = 210+126+202=538 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.03% from 538); Green value is 126 (49.61% from 255 or 23.42% from 538); Blue value is 202 (79.30% from 255 or 37.55% from 538); Max value from RGB is 210 - color contains mainly: red. Hex color #D27ECA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27ECA is #2D8135. Grayscale: #9F9F9F. Windows color (decimal): -2982198 or 13270738. OLE color: 13270738.

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

Color convert

RGB 210 126 202 -
CMYK 0 0.4 0.04 0.18
HSL 305.71º 0.48% 0.66% -
HSV(B) 305.71º 0.4% 0.82% -
XYZ 44.7 32.89 59.87 -
YUV 159.78 151.83 163.82 -
System Red Green Blue C M Y K H S L
Decimal 210 126 202 0 0.4 0.04 0.18 305.71 0.48 0.66
Hex D2 7E CA 0 28 4 12 132 30 42
Octal 322 176 312 0 50 4 22 462 60 102
Binary 11010010 1111110 11001010 0 101000 100 10010 100110010 110000 1000010

Color Harmonies of #D27ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27ECA

Black with #D27ECA

Text Example


Text Example

White with #D27ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27ECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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