Html Css Color HEX #DB85C9 Orchid

📋 copy color: '#DB85C9'

red 219 ◦ green 133 ◦ blue 201

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

Shades of Orchid #DB85C9

Tints of Orchid #DB85C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 36.35%

R = 39.6%
G = 24.05%
B = 36.35%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DB85C9 (or 0xDB85C9) is known color: Orchid. HEX triplet: DB, 85 and C9. RGB value is (219,133,201). Sum of RGB (Red+Green+Blue) = 219+133+201=553 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.60% from 553); Green value is 133 (52.34% from 255 or 24.05% from 553); Blue value is 201 (78.91% from 255 or 36.35% from 553); Max value from RGB is 219 - color contains mainly: red. Hex color #DB85C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB85C9 is #247A36. Grayscale: #A6A6A6. Windows color (decimal): -2390583 or 13207003. OLE color: 13207003.

HSL color Cylindrical-coordinate representation of color #DB85C9: hue angle of 312.56º 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 #DB85C9 is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 133 201 -
CMYK 0 0.39 0.08 0.14
HSL 312.56º 0.54% 0.69% -
HSV(B) 312.56º 0.39% 0.86% -
XYZ 48.14 36.05 59.68 -
YUV 166.47 147.49 165.47 -
System Red Green Blue C M Y K H S L
Decimal 219 133 201 0 0.39 0.08 0.14 312.56 0.54 0.69
Hex DB 85 C9 0 27 8 E 139 36 45
Octal 333 205 311 0 47 10 16 471 66 105
Binary 11011011 10000101 11001001 0 100111 1000 1110 100111001 110110 1000101

Color Harmonies of #DB85C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB85C9

Black with #DB85C9

Text Example


Text Example

White with #DB85C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB85C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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