Html Css Color HEX #D171CC Orchid

📋 copy color: '#D171CC'

red 209 ◦ green 113 ◦ blue 204

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

Shades of Orchid #D171CC

Tints of Orchid #D171CC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.48%

 BLUE value IS 204 (80.08% from 255) = 38.78%

R = 39.73%
G = 21.48%
B = 38.78%

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

#D171CC (or 0xD171CC) is known color: Orchid. HEX triplet: D1, 71 and CC. RGB value is (209,113,204). Sum of RGB (Red+Green+Blue) = 209+113+204=526 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.73% from 526); Green value is 113 (44.53% from 255 or 21.48% from 526); Blue value is 204 (80.08% from 255 or 38.78% from 526); Max value from RGB is 209 - color contains mainly: red. Hex color #D171CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D171CC is #2E8E33. Grayscale: #979797. Windows color (decimal): -3051060 or 13398481. OLE color: 13398481.

HSL color Cylindrical-coordinate representation of color #D171CC: hue angle of 303.12º 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 #D171CC is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 113 204 -
CMYK 0 0.46 0.02 0.18
HSL 303.13º 0.51% 0.63% -
HSV(B) 303.13º 0.46% 0.82% -
XYZ 43.1 29.73 60.59 -
YUV 152.08 157.3 168.6 -
System Red Green Blue C M Y K H S L
Decimal 209 113 204 0 0.46 0.02 0.18 303.13 0.51 0.63
Hex D1 71 CC 0 2E 2 12 12F 33 3F
Octal 321 161 314 0 56 2 22 457 63 77
Binary 11010001 1110001 11001100 0 101110 10 10010 100101111 110011 111111

Color Harmonies of #D171CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D171CC

Black with #D171CC

Text Example


Text Example

White with #D171CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D171CC; }

 p { color: rgb(209,113,204); }

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

background-color css

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

 a { background-color: rgb(209,113,204); }

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

border-color css

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

 span { border-color: rgb(209,113,204); }

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