Html Css Color HEX #D172CD Orchid

📋 copy color: '#D172CD'

red 209 ◦ green 114 ◦ blue 205

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

Shades of Orchid #D172CD

Tints of Orchid #D172CD

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.59%

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

R = 39.58%
G = 21.59%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D172CD (or 0xD172CD) is known color: Orchid. HEX triplet: D1, 72 and CD. RGB value is (209,114,205). Sum of RGB (Red+Green+Blue) = 209+114+205=528 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.58% from 528); Green value is 114 (44.92% from 255 or 21.59% from 528); Blue value is 205 (80.47% from 255 or 38.83% from 528); Max value from RGB is 209 - color contains mainly: red. Hex color #D172CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D172CD is #2E8D32. Grayscale: #989898. Windows color (decimal): -3050803 or 13464273. OLE color: 13464273.

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

Color convert

RGB 209 114 205 -
CMYK 0 0.45 0.02 0.18
HSL 302.53º 0.51% 0.63% -
HSV(B) 302.53º 0.45% 0.82% -
XYZ 43.33 30 61.26 -
YUV 152.78 157.47 168.1 -
System Red Green Blue C M Y K H S L
Decimal 209 114 205 0 0.45 0.02 0.18 302.53 0.51 0.63
Hex D1 72 CD 0 2D 2 12 12F 33 3F
Octal 321 162 315 0 55 2 22 457 63 77
Binary 11010001 1110010 11001101 0 101101 10 10010 100101111 110011 111111

Color Harmonies of #D172CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D172CD

Black with #D172CD

Text Example


Text Example

White with #D172CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D172CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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