Html Css Color HEX #D170CC Orchid

📋 copy color: '#D170CC'

red 209 ◦ green 112 ◦ blue 204

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

Shades of Orchid #D170CC

Tints of Orchid #D170CC

RGB

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

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

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

R = 39.81%
G = 21.33%
B = 38.86%

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

#D170CC (or 0xD170CC) is known color: Orchid. HEX triplet: D1, 70 and CC. RGB value is (209,112,204). Sum of RGB (Red+Green+Blue) = 209+112+204=525 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.81% from 525); Green value is 112 (44.14% from 255 or 21.33% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 209 - color contains mainly: red. Hex color #D170CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D170CC is #2E8F33. Grayscale: #979797. Windows color (decimal): -3051316 or 13398225. OLE color: 13398225.

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

Color convert

RGB 209 112 204 -
CMYK 0 0.46 0.02 0.18
HSL 303.09º 0.51% 0.63% -
HSV(B) 303.09º 0.46% 0.82% -
XYZ 42.99 29.5 60.56 -
YUV 151.49 157.64 169.02 -
System Red Green Blue C M Y K H S L
Decimal 209 112 204 0 0.46 0.02 0.18 303.09 0.51 0.63
Hex D1 70 CC 0 2E 2 12 12F 33 3F
Octal 321 160 314 0 56 2 22 457 63 77
Binary 11010001 1110000 11001100 0 101110 10 10010 100101111 110011 111111

Color Harmonies of #D170CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D170CC

Black with #D170CC

Text Example


Text Example

White with #D170CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D170CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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