Html Css Color HEX #DC83D9 Orchid

📋 copy color: '#DC83D9'

red 220 ◦ green 131 ◦ blue 217

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

Shades of Orchid #DC83D9

Tints of Orchid #DC83D9

RGB

 RED value IS 220 (86.33% from 255) = 38.73%

 GREEN value IS 131 (51.56% from 255) = 23.06%

 BLUE value IS 217 (85.16% from 255) = 38.2%

R = 38.73%
G = 23.06%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DC83D9 (or 0xDC83D9) is known color: Orchid. HEX triplet: DC, 83 and D9. RGB value is (220,131,217). Sum of RGB (Red+Green+Blue) = 220+131+217=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 131 (51.56% from 255 or 23.06% from 568); Blue value is 217 (85.16% from 255 or 38.20% from 568); Max value from RGB is 220 - color contains mainly: red. Hex color #DC83D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC83D9 is #237C26. Grayscale: #A7A7A7. Windows color (decimal): -2325543 or 14255068. OLE color: 14255068.

HSL color Cylindrical-coordinate representation of color #DC83D9: hue angle of 302.02º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DC83D9 is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 131 217 -
CMYK 0 0.40 0.01 0.14
HSL 302.02º 0.56% 0.69% -
HSV(B) 302.02º 0.4% 0.86% -
XYZ 50.16 36.46 70.04 -
YUV 167.42 155.99 165.51 -
System Red Green Blue C M Y K H S L
Decimal 220 131 217 0 0.40 0.01 0.14 302.02 0.56 0.69
Hex DC 83 D9 0 28 1 E 12E 38 45
Octal 334 203 331 0 50 1 16 456 70 105
Binary 11011100 10000011 11011001 0 101000 1 1110 100101110 111000 1000101

Color Harmonies of #DC83D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC83D9

Black with #DC83D9

Text Example


Text Example

White with #DC83D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC83D9; }

 p { color: rgb(220,131,217); }

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

background-color css

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

 a { background-color: rgb(220,131,217); }

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

border-color css

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

 span { border-color: rgb(220,131,217); }

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