Html Css Color HEX #DC7ACE Orchid

📋 copy color: '#DC7ACE'

red 220 ◦ green 122 ◦ blue 206

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

Shades of Orchid #DC7ACE

Tints of Orchid #DC7ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.59%

R = 40.15%
G = 22.26%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DC7ACE (or 0xDC7ACE) is known color: Orchid. HEX triplet: DC, 7A and CE. RGB value is (220,122,206). Sum of RGB (Red+Green+Blue) = 220+122+206=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 122 (48.05% from 255 or 22.26% from 548); Blue value is 206 (80.86% from 255 or 37.59% from 548); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7ACE is #238531. Grayscale: #A0A0A0. Windows color (decimal): -2327858 or 13531868. OLE color: 13531868.

HSL color Cylindrical-coordinate representation of color #DC7ACE: hue angle of 308.57º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DC7ACE is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 122 206 -
CMYK 0 0.45 0.06 0.14
HSL 308.57º 0.58% 0.67% -
HSV(B) 308.57º 0.45% 0.86% -
XYZ 47.62 33.59 62.37 -
YUV 160.88 153.47 170.17 -
System Red Green Blue C M Y K H S L
Decimal 220 122 206 0 0.45 0.06 0.14 308.57 0.58 0.67
Hex DC 7A CE 0 2D 6 E 135 3A 43
Octal 334 172 316 0 55 6 16 465 72 103
Binary 11011100 1111010 11001110 0 101101 110 1110 100110101 111010 1000011

Color Harmonies of #DC7ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7ACE

Black with #DC7ACE

Text Example


Text Example

White with #DC7ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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