Html Css Color HEX #DC6DDB Orchid

📋 copy color: '#DC6DDB'

red 220 ◦ green 109 ◦ blue 219

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

Shades of Orchid #DC6DDB

Tints of Orchid #DC6DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.96%

R = 40.15%
G = 19.89%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#DC6DDB (or 0xDC6DDB) is known color: Orchid. HEX triplet: DC, 6D and DB. RGB value is (220,109,219). Sum of RGB (Red+Green+Blue) = 220+109+219=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 109 (42.97% from 255 or 19.89% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6DDB is #239224. Grayscale: #9A9A9A. Windows color (decimal): -2331173 or 14380508. OLE color: 14380508.

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

Color convert

RGB 220 109 219 -
CMYK 0 0.50 0.00 0.14
HSL 300.54º 0.61% 0.65% -
HSV(B) 300.54º 0.5% 0.86% -
XYZ 47.77 31.27 70.54 -
YUV 154.73 164.27 174.56 -
System Red Green Blue C M Y K H S L
Decimal 220 109 219 0 0.50 0.00 0.14 300.54 0.61 0.65
Hex DC 6D DB 0 32 0 E 12D 3D 41
Octal 334 155 333 0 62 0 16 455 75 101
Binary 11011100 1101101 11011011 0 110010 0 1110 100101101 111101 1000001

Color Harmonies of #DC6DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6DDB

Black with #DC6DDB

Text Example


Text Example

White with #DC6DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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