Html Css Color HEX #DC6EDF Orchid

📋 copy color: '#DC6EDF'

red 220 ◦ green 110 ◦ blue 223

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

Shades of Orchid #DC6EDF

Tints of Orchid #DC6EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.33%

R = 39.78%
G = 19.89%
B = 40.33%

CMYK

 C value IS 0.01

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DC6EDF (or 0xDC6EDF) is known color: Orchid. HEX triplet: DC, 6E and DF. RGB value is (220,110,223). Sum of RGB (Red+Green+Blue) = 220+110+223=553 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.78% from 553); Green value is 110 (43.36% from 255 or 19.89% from 553); Blue value is 223 (87.5% from 255 or 40.33% from 553); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC6EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6EDF is #239120. Grayscale: #9B9B9B. Windows color (decimal): -2330913 or 14642908. OLE color: 14642908.

HSL color Cylindrical-coordinate representation of color #DC6EDF: hue angle of 298.41º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC6EDF is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 110 223 -
CMYK 0.01 0.51 0 0.13
HSL 298.41º 0.64% 0.65% -
HSV(B) 298.41º 0.51% 0.87% -
XYZ 48.41 31.7 73.38 -
YUV 155.77 165.94 173.81 -
System Red Green Blue C M Y K H S L
Decimal 220 110 223 0.01 0.51 0 0.13 298.41 0.64 0.65
Hex DC 6E DF 1 33 0 D 12A 40 41
Octal 334 156 337 1 63 0 15 452 100 101
Binary 11011100 1101110 11011111 1 110011 0 1101 100101010 1000000 1000001

Color Harmonies of #DC6EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6EDF

Black with #DC6EDF

Text Example


Text Example

White with #DC6EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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