Html Css Color HEX #DC7AC3 Orchid

📋 copy color: '#DC7AC3'

red 220 ◦ green 122 ◦ blue 195

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

Shades of Orchid #DC7AC3

Tints of Orchid #DC7AC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 36.31%

R = 40.97%
G = 22.72%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#DC7AC3 (or 0xDC7AC3) is known color: Orchid. HEX triplet: DC, 7A and C3. RGB value is (220,122,195). Sum of RGB (Red+Green+Blue) = 220+122+195=537 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.97% from 537); Green value is 122 (48.05% from 255 or 22.72% from 537); Blue value is 195 (76.56% from 255 or 36.31% from 537); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7AC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7AC3 is #23853C. Grayscale: #9F9F9F. Windows color (decimal): -2327869 or 12810972. OLE color: 12810972.

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

Color convert

RGB 220 122 195 -
CMYK 0 0.45 0.11 0.14
HSL 315.31º 0.58% 0.67% -
HSV(B) 315.31º 0.45% 0.86% -
XYZ 46.33 33.07 55.57 -
YUV 159.62 147.97 171.06 -
System Red Green Blue C M Y K H S L
Decimal 220 122 195 0 0.45 0.11 0.14 315.31 0.58 0.67
Hex DC 7A C3 0 2D B E 13B 3A 43
Octal 334 172 303 0 55 13 16 473 72 103
Binary 11011100 1111010 11000011 0 101101 1011 1110 100111011 111010 1000011

Color Harmonies of #DC7AC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7AC3

Black with #DC7AC3

Text Example


Text Example

White with #DC7AC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7AC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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