Html Css Color HEX #DC6CDB Orchid

📋 copy color: '#DC6CDB'

red 220 ◦ green 108 ◦ blue 219

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

Shades of Orchid #DC6CDB

Tints of Orchid #DC6CDB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.74%

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

R = 40.22%
G = 19.74%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#DC6CDB (or 0xDC6CDB) is known color: Orchid. HEX triplet: DC, 6C and DB. RGB value is (220,108,219). Sum of RGB (Red+Green+Blue) = 220+108+219=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 108 (42.58% from 255 or 19.74% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6CDB is #239324. Grayscale: #999999. Windows color (decimal): -2331429 or 14380252. OLE color: 14380252.

HSL color Cylindrical-coordinate representation of color #DC6CDB: hue angle of 300.54º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC6CDB is Cyan = 0, Magento = 0.51, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 108 219 -
CMYK 0 0.51 0.00 0.14
HSL 300.54º 0.62% 0.64% -
HSV(B) 300.54º 0.51% 0.86% -
XYZ 47.66 31.06 70.5 -
YUV 154.14 164.61 174.97 -
System Red Green Blue C M Y K H S L
Decimal 220 108 219 0 0.51 0.00 0.14 300.54 0.62 0.64
Hex DC 6C DB 0 33 0 E 12D 3E 40
Octal 334 154 333 0 63 0 16 455 76 100
Binary 11011100 1101100 11011011 0 110011 0 1110 100101101 111110 1000000

Color Harmonies of #DC6CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6CDB

Black with #DC6CDB

Text Example


Text Example

White with #DC6CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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