Html Css Color HEX #D17CCE Orchid

📋 copy color: '#D17CCE'

red 209 ◦ green 124 ◦ blue 206

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

Shades of Orchid #D17CCE

Tints of Orchid #D17CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.22%

R = 38.78%
G = 23.01%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D17CCE (or 0xD17CCE) is known color: Orchid. HEX triplet: D1, 7C and CE. RGB value is (209,124,206). Sum of RGB (Red+Green+Blue) = 209+124+206=539 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.78% from 539); Green value is 124 (48.83% from 255 or 23.01% from 539); Blue value is 206 (80.86% from 255 or 38.22% from 539); Max value from RGB is 209 - color contains mainly: red. Hex color #D17CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17CCE is #2E8331. Grayscale: #9E9E9E. Windows color (decimal): -3048242 or 13532369. OLE color: 13532369.

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

Color convert

RGB 209 124 206 -
CMYK 0 0.41 0.01 0.18
HSL 302.12º 0.48% 0.65% -
HSV(B) 302.12º 0.41% 0.82% -
XYZ 44.64 32.43 62.3 -
YUV 158.76 154.66 163.83 -
System Red Green Blue C M Y K H S L
Decimal 209 124 206 0 0.41 0.01 0.18 302.12 0.48 0.65
Hex D1 7C CE 0 29 1 12 12E 30 41
Octal 321 174 316 0 51 1 22 456 60 101
Binary 11010001 1111100 11001110 0 101001 1 10010 100101110 110000 1000001

Color Harmonies of #D17CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17CCE

Black with #D17CCE

Text Example


Text Example

White with #D17CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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