Html Css Color HEX #DB6CD0 Orchid

📋 copy color: '#DB6CD0'

red 219 ◦ green 108 ◦ blue 208

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

Shades of Orchid #DB6CD0

Tints of Orchid #DB6CD0

RGB

 RED value IS 219 (85.94% from 255) = 40.93%

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

 BLUE value IS 208 (81.64% from 255) = 38.88%

R = 40.93%
G = 20.19%
B = 38.88%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DB6CD0 (or 0xDB6CD0) is known color: Orchid. HEX triplet: DB, 6C and D0. RGB value is (219,108,208). Sum of RGB (Red+Green+Blue) = 219+108+208=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 108 (42.58% from 255 or 20.19% from 535); Blue value is 208 (81.64% from 255 or 38.88% from 535); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6CD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6CD0 is #24932F. Grayscale: #989898. Windows color (decimal): -2396976 or 13659355. OLE color: 13659355.

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

Color convert

RGB 219 108 208 -
CMYK 0 0.51 0.05 0.14
HSL 305.95º 0.61% 0.64% -
HSV(B) 305.95º 0.51% 0.86% -
XYZ 45.96 30.34 63.11 -
YUV 152.59 159.27 175.37 -
System Red Green Blue C M Y K H S L
Decimal 219 108 208 0 0.51 0.05 0.14 305.95 0.61 0.64
Hex DB 6C D0 0 33 5 E 132 3D 40
Octal 333 154 320 0 63 5 16 462 75 100
Binary 11011011 1101100 11010000 0 110011 101 1110 100110010 111101 1000000

Color Harmonies of #DB6CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6CD0

Black with #DB6CD0

Text Example


Text Example

White with #DB6CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6CD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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