Html Css Color HEX #DC7ACD Orchid

📋 copy color: '#DC7ACD'

red 220 ◦ green 122 ◦ blue 205

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

Shades of Orchid #DC7ACD

Tints of Orchid #DC7ACD

RGB

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

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

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

R = 40.22%
G = 22.3%
B = 37.48%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DC7ACD (or 0xDC7ACD) is known color: Orchid. HEX triplet: DC, 7A and CD. RGB value is (220,122,205). Sum of RGB (Red+Green+Blue) = 220+122+205=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 122 (48.05% from 255 or 22.30% from 547); Blue value is 205 (80.47% from 255 or 37.48% from 547); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7ACD is #238532. Grayscale: #A0A0A0. Windows color (decimal): -2327859 or 13466332. OLE color: 13466332.

HSL color Cylindrical-coordinate representation of color #DC7ACD: hue angle of 309.18º 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 #DC7ACD is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 122 205 -
CMYK 0 0.45 0.07 0.14
HSL 309.18º 0.58% 0.67% -
HSV(B) 309.18º 0.45% 0.86% -
XYZ 47.49 33.54 61.73 -
YUV 160.76 152.97 170.25 -
System Red Green Blue C M Y K H S L
Decimal 220 122 205 0 0.45 0.07 0.14 309.18 0.58 0.67
Hex DC 7A CD 0 2D 7 E 135 3A 43
Octal 334 172 315 0 55 7 16 465 72 103
Binary 11011100 1111010 11001101 0 101101 111 1110 100110101 111010 1000011

Color Harmonies of #DC7ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7ACD

Black with #DC7ACD

Text Example


Text Example

White with #DC7ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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