Html Css Color HEX #DB7BCE Orchid

📋 copy color: '#DB7BCE'

red 219 ◦ green 123 ◦ blue 206

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

Shades of Orchid #DB7BCE

Tints of Orchid #DB7BCE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.45%

 BLUE value IS 206 (80.86% from 255) = 37.59%

R = 39.96%
G = 22.45%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DB7BCE (or 0xDB7BCE) is known color: Orchid. HEX triplet: DB, 7B and CE. RGB value is (219,123,206). Sum of RGB (Red+Green+Blue) = 219+123+206=548 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.96% from 548); Green value is 123 (48.44% from 255 or 22.45% from 548); Blue value is 206 (80.86% from 255 or 37.59% from 548); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7BCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7BCE is #248431. Grayscale: #A0A0A0. Windows color (decimal): -2393138 or 13532123. OLE color: 13532123.

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

Color convert

RGB 219 123 206 -
CMYK 0 0.44 0.06 0.14
HSL 308.13º 0.57% 0.67% -
HSV(B) 308.13º 0.44% 0.86% -
XYZ 47.44 33.68 62.39 -
YUV 161.17 153.3 169.25 -
System Red Green Blue C M Y K H S L
Decimal 219 123 206 0 0.44 0.06 0.14 308.13 0.57 0.67
Hex DB 7B CE 0 2C 6 E 134 39 43
Octal 333 173 316 0 54 6 16 464 71 103
Binary 11011011 1111011 11001110 0 101100 110 1110 100110100 111001 1000011

Color Harmonies of #DB7BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7BCE

Black with #DB7BCE

Text Example


Text Example

White with #DB7BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7BCE; }

 p { color: rgb(219,123,206); }

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

background-color css

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

 a { background-color: rgb(219,123,206); }

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

border-color css

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

 span { border-color: rgb(219,123,206); }

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