Html Css Color HEX #DC7ADE Orchid

📋 copy color: '#DC7ADE'

red 220 ◦ green 122 ◦ blue 222

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

Shades of Orchid #DC7ADE

Tints of Orchid #DC7ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.36%

R = 39.01%
G = 21.63%
B = 39.36%

CMYK

 C value IS 0.01

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DC7ADE (or 0xDC7ADE) is known color: Orchid. HEX triplet: DC, 7A and DE. RGB value is (220,122,222). Sum of RGB (Red+Green+Blue) = 220+122+222=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 122 (48.05% from 255 or 21.63% from 564); Blue value is 222 (87.11% from 255 or 39.36% from 564); Max value from RGB is 222 - color contains mainly: blue. Hex color #DC7ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7ADE is #238521. Grayscale: #A2A2A2. Windows color (decimal): -2327842 or 14580444. OLE color: 14580444.

HSL color Cylindrical-coordinate representation of color #DC7ADE: hue angle of 298.8º degrees, saturation: 0.6, 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 #DC7ADE is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 122 222 -
CMYK 0.01 0.45 0 0.13
HSL 298.8º 0.6% 0.67% -
HSV(B) 298.8º 0.45% 0.87% -
XYZ 49.66 34.41 73.13 -
YUV 162.7 161.47 168.87 -
System Red Green Blue C M Y K H S L
Decimal 220 122 222 0.01 0.45 0 0.13 298.8 0.6 0.67
Hex DC 7A DE 1 2D 0 D 12B 3C 43
Octal 334 172 336 1 55 0 15 453 74 103
Binary 11011100 1111010 11011110 1 101101 0 1101 100101011 111100 1000011

Color Harmonies of #DC7ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7ADE

Black with #DC7ADE

Text Example


Text Example

White with #DC7ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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