Html Css Color HEX #D174CD Orchid

📋 copy color: '#D174CD'

red 209 ◦ green 116 ◦ blue 205

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

Shades of Orchid #D174CD

Tints of Orchid #D174CD

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.89%

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

R = 39.43%
G = 21.89%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D174CD (or 0xD174CD) is known color: Orchid. HEX triplet: D1, 74 and CD. RGB value is (209,116,205). Sum of RGB (Red+Green+Blue) = 209+116+205=530 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.43% from 530); Green value is 116 (45.70% from 255 or 21.89% from 530); Blue value is 205 (80.47% from 255 or 38.68% from 530); Max value from RGB is 209 - color contains mainly: red. Hex color #D174CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D174CD is #2E8B32. Grayscale: #999999. Windows color (decimal): -3050291 or 13464785. OLE color: 13464785.

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

Color convert

RGB 209 116 205 -
CMYK 0 0.44 0.02 0.18
HSL 302.58º 0.5% 0.64% -
HSV(B) 302.58º 0.44% 0.82% -
XYZ 43.56 30.45 61.34 -
YUV 153.95 156.81 167.26 -
System Red Green Blue C M Y K H S L
Decimal 209 116 205 0 0.44 0.02 0.18 302.58 0.5 0.64
Hex D1 74 CD 0 2C 2 12 12F 32 40
Octal 321 164 315 0 54 2 22 457 62 100
Binary 11010001 1110100 11001101 0 101100 10 10010 100101111 110010 1000000

Color Harmonies of #D174CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D174CD

Black with #D174CD

Text Example


Text Example

White with #D174CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D174CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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