Html Css Color HEX #D17FCB Orchid

📋 copy color: '#D17FCB'

red 209 ◦ green 127 ◦ blue 203

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

Shades of Orchid #D17FCB

Tints of Orchid #D17FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.66%

R = 38.78%
G = 23.56%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D17FCB (or 0xD17FCB) is known color: Orchid. HEX triplet: D1, 7F and CB. RGB value is (209,127,203). Sum of RGB (Red+Green+Blue) = 209+127+203=539 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.78% from 539); Green value is 127 (50% from 255 or 23.56% from 539); Blue value is 203 (79.69% from 255 or 37.66% from 539); Max value from RGB is 209 - color contains mainly: red. Hex color #D17FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17FCB is #2E8034. Grayscale: #9F9F9F. Windows color (decimal): -3047477 or 13336529. OLE color: 13336529.

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

Color convert

RGB 209 127 203 -
CMYK 0 0.39 0.03 0.18
HSL 304.39º 0.47% 0.66% -
HSV(B) 304.39º 0.39% 0.82% -
XYZ 44.66 33.05 60.52 -
YUV 160.18 152.17 162.82 -
System Red Green Blue C M Y K H S L
Decimal 209 127 203 0 0.39 0.03 0.18 304.39 0.47 0.66
Hex D1 7F CB 0 27 3 12 130 2F 42
Octal 321 177 313 0 47 3 22 460 57 102
Binary 11010001 1111111 11001011 0 100111 11 10010 100110000 101111 1000010

Color Harmonies of #D17FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17FCB

Black with #D17FCB

Text Example


Text Example

White with #D17FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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