Html Css Color HEX #D37ECA Orchid

📋 copy color: '#D37ECA'

red 211 ◦ green 126 ◦ blue 202

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

Shades of Orchid #D37ECA

Tints of Orchid #D37ECA

RGB

 RED value IS 211 (82.81% from 255) = 39.15%

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

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

R = 39.15%
G = 23.38%
B = 37.48%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D37ECA (or 0xD37ECA) is known color: Orchid. HEX triplet: D3, 7E and CA. RGB value is (211,126,202). Sum of RGB (Red+Green+Blue) = 211+126+202=539 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.15% from 539); Green value is 126 (49.61% from 255 or 23.38% from 539); Blue value is 202 (79.30% from 255 or 37.48% from 539); Max value from RGB is 211 - color contains mainly: red. Hex color #D37ECA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37ECA is #2C8135. Grayscale: #9F9F9F. Windows color (decimal): -2916662 or 13270739. OLE color: 13270739.

HSL color Cylindrical-coordinate representation of color #D37ECA: hue angle of 306.35º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D37ECA is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 126 202 -
CMYK 0 0.40 0.04 0.17
HSL 306.35º 0.49% 0.66% -
HSV(B) 306.35º 0.4% 0.83% -
XYZ 44.99 33.03 59.88 -
YUV 160.08 151.66 164.32 -
System Red Green Blue C M Y K H S L
Decimal 211 126 202 0 0.40 0.04 0.17 306.35 0.49 0.66
Hex D3 7E CA 0 28 4 11 132 31 42
Octal 323 176 312 0 50 4 21 462 61 102
Binary 11010011 1111110 11001010 0 101000 100 10001 100110010 110001 1000010

Color Harmonies of #D37ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37ECA

Black with #D37ECA

Text Example


Text Example

White with #D37ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37ECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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