Html Css Color HEX #DB7DC6 Orchid

📋 copy color: '#DB7DC6'

red 219 ◦ green 125 ◦ blue 198

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

Shades of Orchid #DB7DC6

Tints of Orchid #DB7DC6

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.06%

 BLUE value IS 198 (77.73% from 255) = 36.53%

R = 40.41%
G = 23.06%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DB7DC6 (or 0xDB7DC6) is known color: Orchid. HEX triplet: DB, 7D and C6. RGB value is (219,125,198). Sum of RGB (Red+Green+Blue) = 219+125+198=542 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.41% from 542); Green value is 125 (49.22% from 255 or 23.06% from 542); Blue value is 198 (77.73% from 255 or 36.53% from 542); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7DC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7DC6 is #248239. Grayscale: #A1A1A1. Windows color (decimal): -2392634 or 13008347. OLE color: 13008347.

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

Color convert

RGB 219 125 198 -
CMYK 0 0.43 0.10 0.14
HSL 313.4º 0.57% 0.67% -
HSV(B) 313.4º 0.43% 0.86% -
XYZ 46.74 33.8 57.49 -
YUV 161.43 148.64 169.06 -
System Red Green Blue C M Y K H S L
Decimal 219 125 198 0 0.43 0.10 0.14 313.4 0.57 0.67
Hex DB 7D C6 0 2B A E 139 39 43
Octal 333 175 306 0 53 12 16 471 71 103
Binary 11011011 1111101 11000110 0 101011 1010 1110 100111001 111001 1000011

Color Harmonies of #DB7DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7DC6

Black with #DB7DC6

Text Example


Text Example

White with #DB7DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7DC6; }

 p { color: rgb(219,125,198); }

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

background-color css

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

 a { background-color: rgb(219,125,198); }

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

border-color css

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

 span { border-color: rgb(219,125,198); }

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