Html Css Color HEX #DC6EBF Orchid

📋 copy color: '#DC6EBF'

red 220 ◦ green 110 ◦ blue 191

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

Shades of Orchid #DC6EBF

Tints of Orchid #DC6EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.66%

R = 42.23%
G = 21.11%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DC6EBF (or 0xDC6EBF) is known color: Orchid. HEX triplet: DC, 6E and BF. RGB value is (220,110,191). Sum of RGB (Red+Green+Blue) = 220+110+191=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 110 (43.36% from 255 or 21.11% from 521); Blue value is 191 (75% from 255 or 36.66% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6EBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6EBF is #239140. Grayscale: #979797. Windows color (decimal): -2330945 or 12545756. OLE color: 12545756.

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

Color convert

RGB 220 110 191 -
CMYK 0 0.50 0.13 0.14
HSL 315.82º 0.61% 0.65% -
HSV(B) 315.82º 0.5% 0.86% -
XYZ 44.5 30.13 52.76 -
YUV 152.12 149.94 176.41 -
System Red Green Blue C M Y K H S L
Decimal 220 110 191 0 0.50 0.13 0.14 315.82 0.61 0.65
Hex DC 6E BF 0 32 D E 13C 3D 41
Octal 334 156 277 0 62 15 16 474 75 101
Binary 11011100 1101110 10111111 0 110010 1101 1110 100111100 111101 1000001

Color Harmonies of #DC6EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6EBF

Black with #DC6EBF

Text Example


Text Example

White with #DC6EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6EBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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