Html Css Color HEX #DB85CF Orchid

📋 copy color: '#DB85CF'

red 219 ◦ green 133 ◦ blue 207

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

Shades of Orchid #DB85CF

Tints of Orchid #DB85CF

RGB

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

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

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

R = 39.18%
G = 23.79%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DB85CF (or 0xDB85CF) is known color: Orchid. HEX triplet: DB, 85 and CF. RGB value is (219,133,207). Sum of RGB (Red+Green+Blue) = 219+133+207=559 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.18% from 559); Green value is 133 (52.34% from 255 or 23.79% from 559); Blue value is 207 (81.25% from 255 or 37.03% from 559); Max value from RGB is 219 - color contains mainly: red. Hex color #DB85CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB85CF is #247A30. Grayscale: #A6A6A6. Windows color (decimal): -2390577 or 13600219. OLE color: 13600219.

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

Color convert

RGB 219 133 207 -
CMYK 0 0.39 0.05 0.14
HSL 308.37º 0.54% 0.69% -
HSV(B) 308.37º 0.39% 0.86% -
XYZ 48.86 36.34 63.47 -
YUV 167.15 150.49 164.98 -
System Red Green Blue C M Y K H S L
Decimal 219 133 207 0 0.39 0.05 0.14 308.37 0.54 0.69
Hex DB 85 CF 0 27 5 E 134 36 45
Octal 333 205 317 0 47 5 16 464 66 105
Binary 11011011 10000101 11001111 0 100111 101 1110 100110100 110110 1000101

Color Harmonies of #DB85CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB85CF

Black with #DB85CF

Text Example


Text Example

White with #DB85CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB85CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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