Html Css Color HEX #DB6DCF Orchid

📋 copy color: '#DB6DCF'

red 219 ◦ green 109 ◦ blue 207

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

Shades of Orchid #DB6DCF

Tints of Orchid #DB6DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.69%

R = 40.93%
G = 20.37%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DB6DCF (or 0xDB6DCF) is known color: Orchid. HEX triplet: DB, 6D and CF. RGB value is (219,109,207). Sum of RGB (Red+Green+Blue) = 219+109+207=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 109 (42.97% from 255 or 20.37% from 535); Blue value is 207 (81.25% from 255 or 38.69% from 535); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6DCF is #249230. Grayscale: #989898. Windows color (decimal): -2396721 or 13594075. OLE color: 13594075.

HSL color Cylindrical-coordinate representation of color #DB6DCF: hue angle of 306.55º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB6DCF is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 109 207 -
CMYK 0 0.50 0.05 0.14
HSL 306.55º 0.6% 0.64% -
HSV(B) 306.55º 0.5% 0.86% -
XYZ 45.94 30.5 62.5 -
YUV 153.06 158.44 175.03 -
System Red Green Blue C M Y K H S L
Decimal 219 109 207 0 0.50 0.05 0.14 306.55 0.6 0.64
Hex DB 6D CF 0 32 5 E 133 3C 40
Octal 333 155 317 0 62 5 16 463 74 100
Binary 11011011 1101101 11001111 0 110010 101 1110 100110011 111100 1000000

Color Harmonies of #DB6DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6DCF

Black with #DB6DCF

Text Example


Text Example

White with #DB6DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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