Html Css Color HEX #DC6BDB Orchid

📋 copy color: '#DC6BDB'

red 220 ◦ green 107 ◦ blue 219

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

Shades of Orchid #DC6BDB

Tints of Orchid #DC6BDB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.6%

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

R = 40.29%
G = 19.6%
B = 40.11%

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

#DC6BDB (or 0xDC6BDB) is known color: Orchid. HEX triplet: DC, 6B and DB. RGB value is (220,107,219). Sum of RGB (Red+Green+Blue) = 220+107+219=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 107 (42.19% from 255 or 19.60% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6BDB is #239424. Grayscale: #999999. Windows color (decimal): -2331685 or 14379996. OLE color: 14379996.

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

Color convert

RGB 220 107 219 -
CMYK 0 0.51 0.00 0.14
HSL 300.53º 0.62% 0.64% -
HSV(B) 300.53º 0.51% 0.86% -
XYZ 47.56 30.85 70.46 -
YUV 153.56 164.94 175.39 -
System Red Green Blue C M Y K H S L
Decimal 220 107 219 0 0.51 0.00 0.14 300.53 0.62 0.64
Hex DC 6B DB 0 33 0 E 12D 3E 40
Octal 334 153 333 0 63 0 16 455 76 100
Binary 11011100 1101011 11011011 0 110011 0 1110 100101101 111110 1000000

Color Harmonies of #DC6BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6BDB

Black with #DC6BDB

Text Example


Text Example

White with #DC6BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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