Html Css Color HEX #D170CD Orchid

📋 copy color: '#D170CD'

red 209 ◦ green 112 ◦ blue 205

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

Shades of Orchid #D170CD

Tints of Orchid #D170CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.97%

R = 39.73%
G = 21.29%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D170CD (or 0xD170CD) is known color: Orchid. HEX triplet: D1, 70 and CD. RGB value is (209,112,205). Sum of RGB (Red+Green+Blue) = 209+112+205=526 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.73% from 526); Green value is 112 (44.14% from 255 or 21.29% from 526); Blue value is 205 (80.47% from 255 or 38.97% from 526); Max value from RGB is 209 - color contains mainly: red. Hex color #D170CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D170CD is #2E8F32. Grayscale: #979797. Windows color (decimal): -3051315 or 13463761. OLE color: 13463761.

HSL color Cylindrical-coordinate representation of color #D170CD: hue angle of 302.47º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D170CD is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 112 205 -
CMYK 0 0.46 0.02 0.18
HSL 302.47º 0.51% 0.63% -
HSV(B) 302.47º 0.46% 0.82% -
XYZ 43.11 29.55 61.19 -
YUV 151.61 158.14 168.94 -
System Red Green Blue C M Y K H S L
Decimal 209 112 205 0 0.46 0.02 0.18 302.47 0.51 0.63
Hex D1 70 CD 0 2E 2 12 12E 33 3F
Octal 321 160 315 0 56 2 22 456 63 77
Binary 11010001 1110000 11001101 0 101110 10 10010 100101110 110011 111111

Color Harmonies of #D170CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D170CD

Black with #D170CD

Text Example


Text Example

White with #D170CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D170CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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