Html Css Color HEX #DB6FCD Orchid

📋 copy color: '#DB6FCD'

red 219 ◦ green 111 ◦ blue 205

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

Shades of Orchid #DB6FCD

Tints of Orchid #DB6FCD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.75%

 BLUE value IS 205 (80.47% from 255) = 38.32%

R = 40.93%
G = 20.75%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DB6FCD (or 0xDB6FCD) is known color: Orchid. HEX triplet: DB, 6F and CD. RGB value is (219,111,205). Sum of RGB (Red+Green+Blue) = 219+111+205=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 111 (43.75% from 255 or 20.75% from 535); Blue value is 205 (80.47% from 255 or 38.32% from 535); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6FCD is #249032. Grayscale: #999999. Windows color (decimal): -2396211 or 13463515. OLE color: 13463515.

HSL color Cylindrical-coordinate representation of color #DB6FCD: hue angle of 307.78º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB6FCD is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 111 205 -
CMYK 0 0.49 0.06 0.14
HSL 307.78º 0.6% 0.65% -
HSV(B) 307.78º 0.49% 0.86% -
XYZ 45.92 30.84 61.29 -
YUV 154.01 156.78 174.36 -
System Red Green Blue C M Y K H S L
Decimal 219 111 205 0 0.49 0.06 0.14 307.78 0.6 0.65
Hex DB 6F CD 0 31 6 E 134 3C 41
Octal 333 157 315 0 61 6 16 464 74 101
Binary 11011011 1101111 11001101 0 110001 110 1110 100110100 111100 1000001

Color Harmonies of #DB6FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6FCD

Black with #DB6FCD

Text Example


Text Example

White with #DB6FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6FCD; }

 p { color: rgb(219,111,205); }

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

background-color css

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

 a { background-color: rgb(219,111,205); }

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

border-color css

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

 span { border-color: rgb(219,111,205); }

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