Html Css Color HEX #DB8BCA Orchid

📋 copy color: '#DB8BCA'

red 219 ◦ green 139 ◦ blue 202

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

Shades of Orchid #DB8BCA

Tints of Orchid #DB8BCA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 24.82%

 BLUE value IS 202 (79.3% from 255) = 36.07%

R = 39.11%
G = 24.82%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DB8BCA (or 0xDB8BCA) is known color: Orchid. HEX triplet: DB, 8B and CA. RGB value is (219,139,202). Sum of RGB (Red+Green+Blue) = 219+139+202=560 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.11% from 560); Green value is 139 (54.69% from 255 or 24.82% from 560); Blue value is 202 (79.30% from 255 or 36.07% from 560); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8BCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8BCA is #247435. Grayscale: #A9A9A9. Windows color (decimal): -2389046 or 13274075. OLE color: 13274075.

HSL color Cylindrical-coordinate representation of color #DB8BCA: hue angle of 312.75º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DB8BCA is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 139 202 -
CMYK 0 0.37 0.08 0.14
HSL 312.75º 0.53% 0.7% -
HSV(B) 312.75º 0.37% 0.86% -
XYZ 49.11 37.79 60.58 -
YUV 170.1 146 162.88 -
System Red Green Blue C M Y K H S L
Decimal 219 139 202 0 0.37 0.08 0.14 312.75 0.53 0.7
Hex DB 8B CA 0 25 8 E 139 35 46
Octal 333 213 312 0 45 10 16 471 65 106
Binary 11011011 10001011 11001010 0 100101 1000 1110 100111001 110101 1000110

Color Harmonies of #DB8BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8BCA

Black with #DB8BCA

Text Example


Text Example

White with #DB8BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8BCA; }

 p { color: rgb(219,139,202); }

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

background-color css

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

 a { background-color: rgb(219,139,202); }

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

border-color css

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

 span { border-color: rgb(219,139,202); }

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