Html Css Color HEX #DC6EDD Orchid

📋 copy color: '#DC6EDD'

red 220 ◦ green 110 ◦ blue 221

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

Shades of Orchid #DC6EDD

Tints of Orchid #DC6EDD

RGB

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

 GREEN value IS 110 (43.36% from 255) = 19.96%

 BLUE value IS 221 (86.72% from 255) = 40.11%

R = 39.93%
G = 19.96%
B = 40.11%

CMYK

 C value IS 0.00

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DC6EDD (or 0xDC6EDD) is known color: Orchid. HEX triplet: DC, 6E and DD. RGB value is (220,110,221). Sum of RGB (Red+Green+Blue) = 220+110+221=551 (72% of max value = 765). Red value is 220 (86.33% from 255 or 39.93% from 551); Green value is 110 (43.36% from 255 or 19.96% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC6EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6EDD is #239122. Grayscale: #9B9B9B. Windows color (decimal): -2330915 or 14511836. OLE color: 14511836.

HSL color Cylindrical-coordinate representation of color #DC6EDD: hue angle of 299.46º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC6EDD is Cyan = 0.00, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 110 221 -
CMYK 0.00 0.50 0 0.13
HSL 299.46º 0.62% 0.65% -
HSV(B) 299.46º 0.5% 0.87% -
XYZ 48.14 31.59 71.97 -
YUV 155.54 164.94 173.97 -
System Red Green Blue C M Y K H S L
Decimal 220 110 221 0.00 0.50 0 0.13 299.46 0.62 0.65
Hex DC 6E DD 0 32 0 D 12B 3E 41
Octal 334 156 335 0 62 0 15 453 76 101
Binary 11011100 1101110 11011101 0 110010 0 1101 100101011 111110 1000001

Color Harmonies of #DC6EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6EDD

Black with #DC6EDD

Text Example


Text Example

White with #DC6EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6EDD; }

 p { color: rgb(220,110,221); }

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

background-color css

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

 a { background-color: rgb(220,110,221); }

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

border-color css

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

 span { border-color: rgb(220,110,221); }

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