Html Css Color HEX #DC6DE0 Orchid

📋 copy color: '#DC6DE0'

red 220 ◦ green 109 ◦ blue 224

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

Shades of Orchid #DC6DE0

Tints of Orchid #DC6DE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40.51%

R = 39.78%
G = 19.71%
B = 40.51%

CMYK

 C value IS 0.02

 M value IS 0.51

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DC6DE0 (or 0xDC6DE0) is known color: Orchid. HEX triplet: DC, 6D and E0. RGB value is (220,109,224). Sum of RGB (Red+Green+Blue) = 220+109+224=553 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.78% from 553); Green value is 109 (42.97% from 255 or 19.71% from 553); Blue value is 224 (87.89% from 255 or 40.51% from 553); Max value from RGB is 224 - color contains mainly: blue. Hex color #DC6DE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6DE0 is #23921F. Grayscale: #9A9A9A. Windows color (decimal): -2331168 or 14708188. OLE color: 14708188.

HSL color Cylindrical-coordinate representation of color #DC6DE0: hue angle of 297.91º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC6DE0 is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 220 109 224 -
CMYK 0.02 0.51 0 0.12
HSL 297.91º 0.65% 0.65% -
HSV(B) 297.91º 0.51% 0.88% -
XYZ 48.44 31.53 74.05 -
YUV 155.3 166.77 174.15 -
System Red Green Blue C M Y K H S L
Decimal 220 109 224 0.02 0.51 0 0.12 297.91 0.65 0.65
Hex DC 6D E0 2 33 0 C 12A 41 41
Octal 334 155 340 2 63 0 14 452 101 101
Binary 11011100 1101101 11100000 10 110011 0 1100 100101010 1000001 1000001

Color Harmonies of #DC6DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6DE0

Black with #DC6DE0

Text Example


Text Example

White with #DC6DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6DE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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