Html Css Color HEX #DB7CE1 Orchid

📋 copy color: '#DB7CE1'

red 219 ◦ green 124 ◦ blue 225

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

Shades of Orchid #DB7CE1

Tints of Orchid #DB7CE1

RGB

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

 GREEN value IS 124 (48.83% from 255) = 21.83%

 BLUE value IS 225 (88.28% from 255) = 39.61%

R = 38.56%
G = 21.83%
B = 39.61%

CMYK

 C value IS 0.03

 M value IS 0.45

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DB7CE1 (or 0xDB7CE1) is known color: Orchid. HEX triplet: DB, 7C and E1. RGB value is (219,124,225). Sum of RGB (Red+Green+Blue) = 219+124+225=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 124 (48.83% from 255 or 21.83% from 568); Blue value is 225 (88.28% from 255 or 39.61% from 568); Max value from RGB is 225 - color contains mainly: blue. Hex color #DB7CE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7CE1 is #24831E. Grayscale: #A3A3A3. Windows color (decimal): -2392863 or 14777563. OLE color: 14777563.

HSL color Cylindrical-coordinate representation of color #DB7CE1: hue angle of 296.44º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DB7CE1 is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 219 124 225 -
CMYK 0.03 0.45 0 0.12
HSL 296.44º 0.63% 0.68% -
HSV(B) 296.44º 0.45% 0.88% -
XYZ 50.01 34.91 75.34 -
YUV 163.92 162.47 167.29 -
System Red Green Blue C M Y K H S L
Decimal 219 124 225 0.03 0.45 0 0.12 296.44 0.63 0.68
Hex DB 7C E1 3 2D 0 C 128 3F 44
Octal 333 174 341 3 55 0 14 450 77 104
Binary 11011011 1111100 11100001 11 101101 0 1100 100101000 111111 1000100

Color Harmonies of #DB7CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7CE1

Black with #DB7CE1

Text Example


Text Example

White with #DB7CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7CE1; }

 p { color: rgb(219,124,225); }

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

background-color css

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

 a { background-color: rgb(219,124,225); }

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

border-color css

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

 span { border-color: rgb(219,124,225); }

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