Html Css Color HEX #DC6DBE Orchid

📋 copy color: '#DC6DBE'

red 220 ◦ green 109 ◦ blue 190

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

Shades of Orchid #DC6DBE

Tints of Orchid #DC6DBE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21%

 BLUE value IS 190 (74.61% from 255) = 36.61%

R = 42.39%
G = 21%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#DC6DBE (or 0xDC6DBE) is known color: Orchid. HEX triplet: DC, 6D and BE. RGB value is (220,109,190). Sum of RGB (Red+Green+Blue) = 220+109+190=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 109 (42.97% from 255 or 21.00% from 519); Blue value is 190 (74.61% from 255 or 36.61% from 519); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6DBE is #239241. Grayscale: #979797. Windows color (decimal): -2331202 or 12479964. OLE color: 12479964.

HSL color Cylindrical-coordinate representation of color #DC6DBE: hue angle of 316.22º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC6DBE is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 109 190 -
CMYK 0 0.50 0.14 0.14
HSL 316.22º 0.61% 0.65% -
HSV(B) 316.22º 0.5% 0.86% -
XYZ 44.28 29.87 52.15 -
YUV 151.42 149.77 176.91 -
System Red Green Blue C M Y K H S L
Decimal 220 109 190 0 0.50 0.14 0.14 316.22 0.61 0.65
Hex DC 6D BE 0 32 E E 13C 3D 41
Octal 334 155 276 0 62 16 16 474 75 101
Binary 11011100 1101101 10111110 0 110010 1110 1110 100111100 111101 1000001

Color Harmonies of #DC6DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6DBE

Black with #DC6DBE

Text Example


Text Example

White with #DC6DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6DBE; }

 p { color: rgb(220,109,190); }

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

background-color css

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

 a { background-color: rgb(220,109,190); }

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

border-color css

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

 span { border-color: rgb(220,109,190); }

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