Html Css Color HEX #D17FCE Orchid

📋 copy color: '#D17FCE'

red 209 ◦ green 127 ◦ blue 206

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

Shades of Orchid #D17FCE

Tints of Orchid #D17FCE

RGB

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

 GREEN value IS 127 (50% from 255) = 23.43%

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

R = 38.56%
G = 23.43%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D17FCE (or 0xD17FCE) is known color: Orchid. HEX triplet: D1, 7F and CE. RGB value is (209,127,206). Sum of RGB (Red+Green+Blue) = 209+127+206=542 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.56% from 542); Green value is 127 (50% from 255 or 23.43% from 542); Blue value is 206 (80.86% from 255 or 38.01% from 542); Max value from RGB is 209 - color contains mainly: red. Hex color #D17FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17FCE is #2E8031. Grayscale: #A0A0A0. Windows color (decimal): -3047474 or 13533137. OLE color: 13533137.

HSL color Cylindrical-coordinate representation of color #D17FCE: hue angle of 302.2º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D17FCE is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 127 206 -
CMYK 0 0.39 0.01 0.18
HSL 302.2º 0.47% 0.66% -
HSV(B) 302.2º 0.39% 0.82% -
XYZ 45.02 33.19 62.43 -
YUV 160.52 153.67 162.58 -
System Red Green Blue C M Y K H S L
Decimal 209 127 206 0 0.39 0.01 0.18 302.2 0.47 0.66
Hex D1 7F CE 0 27 1 12 12E 2F 42
Octal 321 177 316 0 47 1 22 456 57 102
Binary 11010001 1111111 11001110 0 100111 1 10010 100101110 101111 1000010

Color Harmonies of #D17FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17FCE

Black with #D17FCE

Text Example


Text Example

White with #D17FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17FCE; }

 p { color: rgb(209,127,206); }

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

background-color css

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

 a { background-color: rgb(209,127,206); }

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

border-color css

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

 span { border-color: rgb(209,127,206); }

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