Html Css Color HEX #D17CE0 Orchid

📋 copy color: '#D17CE0'

red 209 ◦ green 124 ◦ blue 224

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

Shades of Orchid #D17CE0

Tints of Orchid #D17CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40.22%

R = 37.52%
G = 22.26%
B = 40.22%

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

#D17CE0 (or 0xD17CE0) is known color: Orchid. HEX triplet: D1, 7C and E0. RGB value is (209,124,224). Sum of RGB (Red+Green+Blue) = 209+124+224=557 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.52% from 557); Green value is 124 (48.83% from 255 or 22.26% from 557); Blue value is 224 (87.89% from 255 or 40.22% from 557); Max value from RGB is 224 - color contains mainly: blue. Hex color #D17CE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17CE0 is #2E831F. Grayscale: #A0A0A0. Windows color (decimal): -3048224 or 14712017. OLE color: 14712017.

HSL color Cylindrical-coordinate representation of color #D17CE0: hue angle of 291º degrees, saturation: 0.62, 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 #D17CE0 is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 209 124 224 -
CMYK 0.07 0.45 0 0.12
HSL 291º 0.62% 0.68% -
HSV(B) 291º 0.45% 0.88% -
XYZ 46.96 33.35 74.48 -
YUV 160.82 163.66 162.37 -
System Red Green Blue C M Y K H S L
Decimal 209 124 224 0.07 0.45 0 0.12 291 0.62 0.68
Hex D1 7C E0 7 2D 0 C 123 3E 44
Octal 321 174 340 7 55 0 14 443 76 104
Binary 11010001 1111100 11100000 111 101101 0 1100 100100011 111110 1000100

Color Harmonies of #D17CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17CE0

Black with #D17CE0

Text Example


Text Example

White with #D17CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17CE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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