Html Css Color HEX #D17CCC Orchid

📋 copy color: '#D17CCC'

red 209 ◦ green 124 ◦ blue 204

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

Shades of Orchid #D17CCC

Tints of Orchid #D17CCC

RGB

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

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

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

R = 38.92%
G = 23.09%
B = 37.99%

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

#D17CCC (or 0xD17CCC) is known color: Orchid. HEX triplet: D1, 7C and CC. RGB value is (209,124,204). Sum of RGB (Red+Green+Blue) = 209+124+204=537 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.92% from 537); Green value is 124 (48.83% from 255 or 23.09% from 537); Blue value is 204 (80.08% from 255 or 37.99% from 537); Max value from RGB is 209 - color contains mainly: red. Hex color #D17CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17CCC is #2E8333. Grayscale: #9E9E9E. Windows color (decimal): -3048244 or 13401297. OLE color: 13401297.

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

Color convert

RGB 209 124 204 -
CMYK 0 0.41 0.02 0.18
HSL 303.53º 0.48% 0.65% -
HSV(B) 303.53º 0.41% 0.82% -
XYZ 44.4 32.33 61.03 -
YUV 158.54 153.66 164 -
System Red Green Blue C M Y K H S L
Decimal 209 124 204 0 0.41 0.02 0.18 303.53 0.48 0.65
Hex D1 7C CC 0 29 2 12 130 30 41
Octal 321 174 314 0 51 2 22 460 60 101
Binary 11010001 1111100 11001100 0 101001 10 10010 100110000 110000 1000001

Color Harmonies of #D17CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17CCC

Black with #D17CCC

Text Example


Text Example

White with #D17CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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