Html Css Color HEX #DC7ADD Orchid

📋 copy color: '#DC7ADD'

red 220 ◦ green 122 ◦ blue 221

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

Shades of Orchid #DC7ADD

Tints of Orchid #DC7ADD

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.67%

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

R = 39.08%
G = 21.67%
B = 39.25%

CMYK

 C value IS 0.00

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DC7ADD (or 0xDC7ADD) is known color: Orchid. HEX triplet: DC, 7A and DD. RGB value is (220,122,221). Sum of RGB (Red+Green+Blue) = 220+122+221=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 122 (48.05% from 255 or 21.67% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC7ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7ADD is #238522. Grayscale: #A2A2A2. Windows color (decimal): -2327843 or 14514908. OLE color: 14514908.

HSL color Cylindrical-coordinate representation of color #DC7ADD: hue angle of 299.39º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DC7ADD is Cyan = 0.00, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 122 221 -
CMYK 0.00 0.45 0 0.13
HSL 299.39º 0.59% 0.67% -
HSV(B) 299.39º 0.45% 0.87% -
XYZ 49.53 34.36 72.43 -
YUV 162.59 160.97 168.95 -
System Red Green Blue C M Y K H S L
Decimal 220 122 221 0.00 0.45 0 0.13 299.39 0.59 0.67
Hex DC 7A DD 0 2D 0 D 12B 3B 43
Octal 334 172 335 0 55 0 15 453 73 103
Binary 11011100 1111010 11011101 0 101101 0 1101 100101011 111011 1000011

Color Harmonies of #DC7ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7ADD

Black with #DC7ADD

Text Example


Text Example

White with #DC7ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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