Html Css Color HEX #DC6AC1 Orchid

📋 copy color: '#DC6AC1'

red 220 ◦ green 106 ◦ blue 193

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

Shades of Orchid #DC6AC1

Tints of Orchid #DC6AC1

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.42%

 BLUE value IS 193 (75.78% from 255) = 37.19%

R = 42.39%
G = 20.42%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#DC6AC1 (or 0xDC6AC1) is known color: Orchid. HEX triplet: DC, 6A and C1. RGB value is (220,106,193). Sum of RGB (Red+Green+Blue) = 220+106+193=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 106 (41.80% from 255 or 20.42% from 519); Blue value is 193 (75.78% from 255 or 37.19% from 519); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6AC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6AC1 is #23953E. Grayscale: #959595. Windows color (decimal): -2331967 or 12675804. OLE color: 12675804.

HSL color Cylindrical-coordinate representation of color #DC6AC1: hue angle of 314.21º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC6AC1 is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 106 193 -
CMYK 0 0.52 0.12 0.14
HSL 314.21º 0.62% 0.64% -
HSV(B) 314.21º 0.52% 0.86% -
XYZ 44.29 29.37 53.79 -
YUV 150 152.27 177.93 -
System Red Green Blue C M Y K H S L
Decimal 220 106 193 0 0.52 0.12 0.14 314.21 0.62 0.64
Hex DC 6A C1 0 34 C E 13A 3E 40
Octal 334 152 301 0 64 14 16 472 76 100
Binary 11011100 1101010 11000001 0 110100 1100 1110 100111010 111110 1000000

Color Harmonies of #DC6AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6AC1

Black with #DC6AC1

Text Example


Text Example

White with #DC6AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6AC1; }

 p { color: rgb(220,106,193); }

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

background-color css

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

 a { background-color: rgb(220,106,193); }

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

border-color css

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

 span { border-color: rgb(220,106,193); }

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