Html Css Color HEX #DC6ABA Orchid

📋 copy color: '#DC6ABA'

red 220 ◦ green 106 ◦ blue 186

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

Shades of Orchid #DC6ABA

Tints of Orchid #DC6ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.33%

R = 42.97%
G = 20.7%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DC6ABA (or 0xDC6ABA) is known color: Orchid. HEX triplet: DC, 6A and BA. RGB value is (220,106,186). Sum of RGB (Red+Green+Blue) = 220+106+186=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 106 (41.80% from 255 or 20.70% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6ABA is #239545. Grayscale: #959595. Windows color (decimal): -2331974 or 12217052. OLE color: 12217052.

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

Color convert

RGB 220 106 186 -
CMYK 0 0.52 0.15 0.14
HSL 317.89º 0.62% 0.64% -
HSV(B) 317.89º 0.52% 0.86% -
XYZ 43.53 29.07 49.77 -
YUV 149.21 148.77 178.5 -
System Red Green Blue C M Y K H S L
Decimal 220 106 186 0 0.52 0.15 0.14 317.89 0.62 0.64
Hex DC 6A BA 0 34 F E 13E 3E 40
Octal 334 152 272 0 64 17 16 476 76 100
Binary 11011100 1101010 10111010 0 110100 1111 1110 100111110 111110 1000000

Color Harmonies of #DC6ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6ABA

Black with #DC6ABA

Text Example


Text Example

White with #DC6ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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