Html Css Color HEX #D17CCD Orchid

📋 copy color: '#D17CCD'

red 209 ◦ green 124 ◦ blue 205

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

Shades of Orchid #D17CCD

Tints of Orchid #D17CCD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.05%

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

R = 38.85%
G = 23.05%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D17CCD (or 0xD17CCD) is known color: Orchid. HEX triplet: D1, 7C and CD. RGB value is (209,124,205). Sum of RGB (Red+Green+Blue) = 209+124+205=538 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.85% from 538); Green value is 124 (48.83% from 255 or 23.05% from 538); Blue value is 205 (80.47% from 255 or 38.10% from 538); Max value from RGB is 209 - color contains mainly: red. Hex color #D17CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17CCD is #2E8332. Grayscale: #9E9E9E. Windows color (decimal): -3048243 or 13466833. OLE color: 13466833.

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

Color convert

RGB 209 124 205 -
CMYK 0 0.41 0.02 0.18
HSL 302.82º 0.48% 0.65% -
HSV(B) 302.82º 0.41% 0.82% -
XYZ 44.52 32.38 61.66 -
YUV 158.65 154.16 163.91 -
System Red Green Blue C M Y K H S L
Decimal 209 124 205 0 0.41 0.02 0.18 302.82 0.48 0.65
Hex D1 7C CD 0 29 2 12 12F 30 41
Octal 321 174 315 0 51 2 22 457 60 101
Binary 11010001 1111100 11001101 0 101001 10 10010 100101111 110000 1000001

Color Harmonies of #D17CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17CCD

Black with #D17CCD

Text Example


Text Example

White with #D17CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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