Html Css Color HEX #DC6EBE Orchid

📋 copy color: '#DC6EBE'

red 220 ◦ green 110 ◦ blue 190

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

Shades of Orchid #DC6EBE

Tints of Orchid #DC6EBE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.15%

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

R = 42.31%
G = 21.15%
B = 36.54%

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

#DC6EBE (or 0xDC6EBE) is known color: Orchid. HEX triplet: DC, 6E and BE. RGB value is (220,110,190). Sum of RGB (Red+Green+Blue) = 220+110+190=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 110 (43.36% from 255 or 21.15% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6EBE is #239141. Grayscale: #979797. Windows color (decimal): -2330946 or 12480220. OLE color: 12480220.

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

Color convert

RGB 220 110 190 -
CMYK 0 0.50 0.14 0.14
HSL 316.36º 0.61% 0.65% -
HSV(B) 316.36º 0.5% 0.86% -
XYZ 44.39 30.09 52.18 -
YUV 152.01 149.44 176.5 -
System Red Green Blue C M Y K H S L
Decimal 220 110 190 0 0.50 0.14 0.14 316.36 0.61 0.65
Hex DC 6E BE 0 32 E E 13C 3D 41
Octal 334 156 276 0 62 16 16 474 75 101
Binary 11011100 1101110 10111110 0 110010 1110 1110 100111100 111101 1000001

Color Harmonies of #DC6EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6EBE

Black with #DC6EBE

Text Example


Text Example

White with #DC6EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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