Html Css Color HEX #DB85C6 Orchid

📋 copy color: '#DB85C6'

red 219 ◦ green 133 ◦ blue 198

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

Shades of Orchid #DB85C6

Tints of Orchid #DB85C6

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.18%

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

R = 39.82%
G = 24.18%
B = 36%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DB85C6 (or 0xDB85C6) is known color: Orchid. HEX triplet: DB, 85 and C6. RGB value is (219,133,198). Sum of RGB (Red+Green+Blue) = 219+133+198=550 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.82% from 550); Green value is 133 (52.34% from 255 or 24.18% from 550); Blue value is 198 (77.73% from 255 or 36% from 550); Max value from RGB is 219 - color contains mainly: red. Hex color #DB85C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB85C6 is #247A39. Grayscale: #A5A5A5. Windows color (decimal): -2390586 or 13010395. OLE color: 13010395.

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

Color convert

RGB 219 133 198 -
CMYK 0 0.39 0.10 0.14
HSL 314.65º 0.54% 0.69% -
HSV(B) 314.65º 0.39% 0.86% -
XYZ 47.79 35.91 57.84 -
YUV 166.12 145.99 165.71 -
System Red Green Blue C M Y K H S L
Decimal 219 133 198 0 0.39 0.10 0.14 314.65 0.54 0.69
Hex DB 85 C6 0 27 A E 13B 36 45
Octal 333 205 306 0 47 12 16 473 66 105
Binary 11011011 10000101 11000110 0 100111 1010 1110 100111011 110110 1000101

Color Harmonies of #DB85C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB85C6

Black with #DB85C6

Text Example


Text Example

White with #DB85C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB85C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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