Html Css Color HEX #DB7CE3 Orchid

📋 copy color: '#DB7CE3'

red 219 ◦ green 124 ◦ blue 227

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

Shades of Orchid #DB7CE3

Tints of Orchid #DB7CE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 39.82%

R = 38.42%
G = 21.75%
B = 39.82%

CMYK

 C value IS 0.04

 M value IS 0.45

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DB7CE3 (or 0xDB7CE3) is known color: Orchid. HEX triplet: DB, 7C and E3. RGB value is (219,124,227). Sum of RGB (Red+Green+Blue) = 219+124+227=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 124 (48.83% from 255 or 21.75% from 570); Blue value is 227 (89.06% from 255 or 39.82% from 570); Max value from RGB is 227 - color contains mainly: blue. Hex color #DB7CE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7CE3 is #24831C. Grayscale: #A3A3A3. Windows color (decimal): -2392861 or 14908635. OLE color: 14908635.

HSL color Cylindrical-coordinate representation of color #DB7CE3: hue angle of 295.34º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DB7CE3 is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 219 124 227 -
CMYK 0.04 0.45 0 0.11
HSL 295.34º 0.65% 0.69% -
HSV(B) 295.34º 0.45% 0.89% -
XYZ 50.29 35.02 76.78 -
YUV 164.15 163.47 167.12 -
System Red Green Blue C M Y K H S L
Decimal 219 124 227 0.04 0.45 0 0.11 295.34 0.65 0.69
Hex DB 7C E3 4 2D 0 B 127 41 45
Octal 333 174 343 4 55 0 13 447 101 105
Binary 11011011 1111100 11100011 100 101101 0 1011 100100111 1000001 1000101

Color Harmonies of #DB7CE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7CE3

Black with #DB7CE3

Text Example


Text Example

White with #DB7CE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7CE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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