Html Css Color HEX #DC6AC2 Orchid

📋 copy color: '#DC6AC2'

red 220 ◦ green 106 ◦ blue 194

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

Shades of Orchid #DC6AC2

Tints of Orchid #DC6AC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 37.31%

R = 42.31%
G = 20.38%
B = 37.31%

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

#DC6AC2 (or 0xDC6AC2) is known color: Orchid. HEX triplet: DC, 6A and C2. RGB value is (220,106,194). Sum of RGB (Red+Green+Blue) = 220+106+194=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 106 (41.80% from 255 or 20.38% from 520); Blue value is 194 (76.17% from 255 or 37.31% from 520); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6AC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6AC2 is #23953D. Grayscale: #959595. Windows color (decimal): -2331966 or 12741340. OLE color: 12741340.

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

Color convert

RGB 220 106 194 -
CMYK 0 0.52 0.12 0.14
HSL 313.68º 0.62% 0.64% -
HSV(B) 313.68º 0.52% 0.86% -
XYZ 44.41 29.42 54.38 -
YUV 150.12 152.77 177.84 -
System Red Green Blue C M Y K H S L
Decimal 220 106 194 0 0.52 0.12 0.14 313.68 0.62 0.64
Hex DC 6A C2 0 34 C E 13A 3E 40
Octal 334 152 302 0 64 14 16 472 76 100
Binary 11011100 1101010 11000010 0 110100 1100 1110 100111010 111110 1000000

Color Harmonies of #DC6AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6AC2

Black with #DC6AC2

Text Example


Text Example

White with #DC6AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6AC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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