Html Css Color HEX #DC8ACD Orchid

📋 copy color: '#DC8ACD'

red 220 ◦ green 138 ◦ blue 205

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

Shades of Orchid #DC8ACD

Tints of Orchid #DC8ACD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.51%

 BLUE value IS 205 (80.47% from 255) = 36.41%

R = 39.08%
G = 24.51%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DC8ACD (or 0xDC8ACD) is known color: Orchid. HEX triplet: DC, 8A and CD. RGB value is (220,138,205). Sum of RGB (Red+Green+Blue) = 220+138+205=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 138 (54.30% from 255 or 24.51% from 563); Blue value is 205 (80.47% from 255 or 36.41% from 563); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8ACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8ACD is #237532. Grayscale: #A9A9A9. Windows color (decimal): -2323763 or 13470428. OLE color: 13470428.

HSL color Cylindrical-coordinate representation of color #DC8ACD: hue angle of 310.98º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DC8ACD is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 138 205 -
CMYK 0 0.37 0.07 0.14
HSL 310.98º 0.54% 0.7% -
HSV(B) 310.98º 0.37% 0.86% -
XYZ 49.62 37.8 62.44 -
YUV 170.16 147.67 163.55 -
System Red Green Blue C M Y K H S L
Decimal 220 138 205 0 0.37 0.07 0.14 310.98 0.54 0.7
Hex DC 8A CD 0 25 7 E 137 36 46
Octal 334 212 315 0 45 7 16 467 66 106
Binary 11011100 10001010 11001101 0 100101 111 1110 100110111 110110 1000110

Color Harmonies of #DC8ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8ACD

Black with #DC8ACD

Text Example


Text Example

White with #DC8ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8ACD; }

 p { color: rgb(220,138,205); }

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

background-color css

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

 a { background-color: rgb(220,138,205); }

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

border-color css

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

 span { border-color: rgb(220,138,205); }

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