Html Css Color HEX #D17ECA Orchid

📋 copy color: '#D17ECA'

red 209 ◦ green 126 ◦ blue 202

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

Shades of Orchid #D17ECA

Tints of Orchid #D17ECA

RGB

 RED value IS 209 (82.03% from 255) = 38.92%

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

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

R = 38.92%
G = 23.46%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D17ECA (or 0xD17ECA) is known color: Orchid. HEX triplet: D1, 7E and CA. RGB value is (209,126,202). Sum of RGB (Red+Green+Blue) = 209+126+202=537 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.92% from 537); Green value is 126 (49.61% from 255 or 23.46% from 537); Blue value is 202 (79.30% from 255 or 37.62% from 537); Max value from RGB is 209 - color contains mainly: red. Hex color #D17ECA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17ECA is #2E8135. Grayscale: #9F9F9F. Windows color (decimal): -3047734 or 13270737. OLE color: 13270737.

HSL color Cylindrical-coordinate representation of color #D17ECA: hue angle of 305.06º degrees, saturation: 0.47, 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 #D17ECA is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 126 202 -
CMYK 0 0.40 0.03 0.18
HSL 305.06º 0.47% 0.66% -
HSV(B) 305.06º 0.4% 0.82% -
XYZ 44.42 32.74 59.86 -
YUV 159.48 152 163.32 -
System Red Green Blue C M Y K H S L
Decimal 209 126 202 0 0.40 0.03 0.18 305.06 0.47 0.66
Hex D1 7E CA 0 28 3 12 131 2F 42
Octal 321 176 312 0 50 3 22 461 57 102
Binary 11010001 1111110 11001010 0 101000 11 10010 100110001 101111 1000010

Color Harmonies of #D17ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17ECA

Black with #D17ECA

Text Example


Text Example

White with #D17ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17ECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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