Html Css Color HEX #D17CE4 Orchid

📋 copy color: '#D17CE4'

red 209 ◦ green 124 ◦ blue 228

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

Shades of Orchid #D17CE4

Tints of Orchid #D17CE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 40.64%

R = 37.25%
G = 22.1%
B = 40.64%

CMYK

 C value IS 0.08

 M value IS 0.46

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D17CE4 (or 0xD17CE4) is known color: Orchid. HEX triplet: D1, 7C and E4. RGB value is (209,124,228). Sum of RGB (Red+Green+Blue) = 209+124+228=561 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.25% from 561); Green value is 124 (48.83% from 255 or 22.10% from 561); Blue value is 228 (89.45% from 255 or 40.64% from 561); Max value from RGB is 228 - color contains mainly: blue. Hex color #D17CE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17CE4 is #2E831B. Grayscale: #A0A0A0. Windows color (decimal): -3048220 or 14974161. OLE color: 14974161.

HSL color Cylindrical-coordinate representation of color #D17CE4: hue angle of 289.04º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D17CE4 is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 209 124 228 -
CMYK 0.08 0.46 0 0.11
HSL 289.04º 0.66% 0.69% -
HSV(B) 289.04º 0.46% 0.89% -
XYZ 47.51 33.57 77.38 -
YUV 161.27 165.66 162.04 -
System Red Green Blue C M Y K H S L
Decimal 209 124 228 0.08 0.46 0 0.11 289.04 0.66 0.69
Hex D1 7C E4 8 2E 0 B 121 42 45
Octal 321 174 344 10 56 0 13 441 102 105
Binary 11010001 1111100 11100100 1000 101110 0 1011 100100001 1000010 1000101

Color Harmonies of #D17CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17CE4

Black with #D17CE4

Text Example


Text Example

White with #D17CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17CE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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