Html Css Color HEX #DC7CDB Orchid

📋 copy color: '#DC7CDB'

red 220 ◦ green 124 ◦ blue 219

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

Shades of Orchid #DC7CDB

Tints of Orchid #DC7CDB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.02%

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

R = 39.08%
G = 22.02%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#DC7CDB (or 0xDC7CDB) is known color: Orchid. HEX triplet: DC, 7C and DB. RGB value is (220,124,219). Sum of RGB (Red+Green+Blue) = 220+124+219=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 124 (48.83% from 255 or 22.02% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7CDB is #238324. Grayscale: #A3A3A3. Windows color (decimal): -2327333 or 14384348. OLE color: 14384348.

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

Color convert

RGB 220 124 219 -
CMYK 0 0.44 0.00 0.14
HSL 300.63º 0.58% 0.67% -
HSV(B) 300.63º 0.44% 0.86% -
XYZ 49.51 34.75 71.11 -
YUV 163.53 159.3 168.28 -
System Red Green Blue C M Y K H S L
Decimal 220 124 219 0 0.44 0.00 0.14 300.63 0.58 0.67
Hex DC 7C DB 0 2C 0 E 12D 3A 43
Octal 334 174 333 0 54 0 16 455 72 103
Binary 11011100 1111100 11011011 0 101100 0 1110 100101101 111010 1000011

Color Harmonies of #DC7CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7CDB

Black with #DC7CDB

Text Example


Text Example

White with #DC7CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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