Html Css Color HEX #DC83D0 Orchid

📋 copy color: '#DC83D0'

red 220 ◦ green 131 ◦ blue 208

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

Shades of Orchid #DC83D0

Tints of Orchid #DC83D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.21%

R = 39.36%
G = 23.43%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DC83D0 (or 0xDC83D0) is known color: Orchid. HEX triplet: DC, 83 and D0. RGB value is (220,131,208). Sum of RGB (Red+Green+Blue) = 220+131+208=559 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.36% from 559); Green value is 131 (51.56% from 255 or 23.43% from 559); Blue value is 208 (81.64% from 255 or 37.21% from 559); Max value from RGB is 220 - color contains mainly: red. Hex color #DC83D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC83D0 is #237C2F. Grayscale: #A6A6A6. Windows color (decimal): -2325552 or 13665244. OLE color: 13665244.

HSL color Cylindrical-coordinate representation of color #DC83D0: hue angle of 308.09º 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 #DC83D0 is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 131 208 -
CMYK 0 0.40 0.05 0.14
HSL 308.09º 0.56% 0.69% -
HSV(B) 308.09º 0.4% 0.86% -
XYZ 49.02 36 64.04 -
YUV 166.39 151.49 166.24 -
System Red Green Blue C M Y K H S L
Decimal 220 131 208 0 0.40 0.05 0.14 308.09 0.56 0.69
Hex DC 83 D0 0 28 5 E 134 38 45
Octal 334 203 320 0 50 5 16 464 70 105
Binary 11011100 10000011 11010000 0 101000 101 1110 100110100 111000 1000101

Color Harmonies of #DC83D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC83D0

Black with #DC83D0

Text Example


Text Example

White with #DC83D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC83D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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