Html Css Color HEX #D170E6 Orchid

📋 copy color: '#D170E6'

red 209 ◦ green 112 ◦ blue 230

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

Shades of Orchid #D170E6

Tints of Orchid #D170E6

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.33%

 BLUE value IS 230 (90.23% from 255) = 41.74%

R = 37.93%
G = 20.33%
B = 41.74%

CMYK

 C value IS 0.09

 M value IS 0.51

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D170E6 (or 0xD170E6) is known color: Orchid. HEX triplet: D1, 70 and E6. RGB value is (209,112,230). Sum of RGB (Red+Green+Blue) = 209+112+230=551 (72% of max value = 765). Red value is 209 (82.03% from 255 or 37.93% from 551); Green value is 112 (44.14% from 255 or 20.33% from 551); Blue value is 230 (90.23% from 255 or 41.74% from 551); Max value from RGB is 230 - color contains mainly: blue. Hex color #D170E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D170E6 is #2E8F19. Grayscale: #9A9A9A. Windows color (decimal): -3051290 or 15102161. OLE color: 15102161.

HSL color Cylindrical-coordinate representation of color #D170E6: hue angle of 289.32º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D170E6 is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 209 112 230 -
CMYK 0.09 0.51 0 0.10
HSL 289.32º 0.7% 0.67% -
HSV(B) 289.32º 0.51% 0.9% -
XYZ 46.37 30.86 78.37 -
YUV 154.46 170.64 166.91 -
System Red Green Blue C M Y K H S L
Decimal 209 112 230 0.09 0.51 0 0.10 289.32 0.7 0.67
Hex D1 70 E6 9 33 0 A 121 46 43
Octal 321 160 346 11 63 0 12 441 106 103
Binary 11010001 1110000 11100110 1001 110011 0 1010 100100001 1000110 1000011

Color Harmonies of #D170E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D170E6

Black with #D170E6

Text Example


Text Example

White with #D170E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D170E6; }

 p { color: rgb(209,112,230); }

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

background-color css

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

 a { background-color: rgb(209,112,230); }

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

border-color css

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

 span { border-color: rgb(209,112,230); }

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