Html Css Color HEX #DC6DE5 Orchid

📋 copy color: '#DC6DE5'

red 220 ◦ green 109 ◦ blue 229

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

Shades of Orchid #DC6DE5

Tints of Orchid #DC6DE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 41.04%

R = 39.43%
G = 19.53%
B = 41.04%

CMYK

 C value IS 0.04

 M value IS 0.52

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DC6DE5 (or 0xDC6DE5) is known color: Orchid. HEX triplet: DC, 6D and E5. RGB value is (220,109,229). Sum of RGB (Red+Green+Blue) = 220+109+229=558 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.43% from 558); Green value is 109 (42.97% from 255 or 19.53% from 558); Blue value is 229 (89.84% from 255 or 41.04% from 558); Max value from RGB is 229 - color contains mainly: blue. Hex color #DC6DE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6DE5 is #23921A. Grayscale: #9B9B9B. Windows color (decimal): -2331163 or 15035868. OLE color: 15035868.

HSL color Cylindrical-coordinate representation of color #DC6DE5: hue angle of 295.5º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC6DE5 is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 220 109 229 -
CMYK 0.04 0.52 0 0.10
HSL 295.5º 0.7% 0.66% -
HSV(B) 295.5º 0.52% 0.9% -
XYZ 49.13 31.81 77.68 -
YUV 155.87 169.27 173.74 -
System Red Green Blue C M Y K H S L
Decimal 220 109 229 0.04 0.52 0 0.10 295.5 0.7 0.66
Hex DC 6D E5 4 34 0 A 128 46 42
Octal 334 155 345 4 64 0 12 450 106 102
Binary 11011100 1101101 11100101 100 110100 0 1010 100101000 1000110 1000010

Color Harmonies of #DC6DE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6DE5

Black with #DC6DE5

Text Example


Text Example

White with #DC6DE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6DE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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