Html Css Color HEX #D17CE1 Orchid

📋 copy color: '#D17CE1'

red 209 ◦ green 124 ◦ blue 225

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

Shades of Orchid #D17CE1

Tints of Orchid #D17CE1

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.22%

 BLUE value IS 225 (88.28% from 255) = 40.32%

R = 37.46%
G = 22.22%
B = 40.32%

CMYK

 C value IS 0.07

 M value IS 0.45

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D17CE1 (or 0xD17CE1) is known color: Orchid. HEX triplet: D1, 7C and E1. RGB value is (209,124,225). Sum of RGB (Red+Green+Blue) = 209+124+225=558 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.46% from 558); Green value is 124 (48.83% from 255 or 22.22% from 558); Blue value is 225 (88.28% from 255 or 40.32% from 558); Max value from RGB is 225 - color contains mainly: blue. Hex color #D17CE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17CE1 is #2E831E. Grayscale: #A0A0A0. Windows color (decimal): -3048223 or 14777553. OLE color: 14777553.

HSL color Cylindrical-coordinate representation of color #D17CE1: hue angle of 290.5º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D17CE1 is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 209 124 225 -
CMYK 0.07 0.45 0 0.12
HSL 290.5º 0.63% 0.68% -
HSV(B) 290.5º 0.45% 0.88% -
XYZ 47.09 33.41 75.2 -
YUV 160.93 164.16 162.29 -
System Red Green Blue C M Y K H S L
Decimal 209 124 225 0.07 0.45 0 0.12 290.5 0.63 0.68
Hex D1 7C E1 7 2D 0 C 122 3F 44
Octal 321 174 341 7 55 0 14 442 77 104
Binary 11010001 1111100 11100001 111 101101 0 1100 100100010 111111 1000100

Color Harmonies of #D17CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17CE1

Black with #D17CE1

Text Example


Text Example

White with #D17CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17CE1; }

 p { color: rgb(209,124,225); }

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

background-color css

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

 a { background-color: rgb(209,124,225); }

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

border-color css

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

 span { border-color: rgb(209,124,225); }

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