Html Css Color HEX #DB74C0 Orchid

📋 copy color: '#DB74C0'

red 219 ◦ green 116 ◦ blue 192

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

Shades of Orchid #DB74C0

Tints of Orchid #DB74C0

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.01%

 BLUE value IS 192 (75.39% from 255) = 36.43%

R = 41.56%
G = 22.01%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#DB74C0 (or 0xDB74C0) is known color: Orchid. HEX triplet: DB, 74 and C0. RGB value is (219,116,192). Sum of RGB (Red+Green+Blue) = 219+116+192=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 116 (45.70% from 255 or 22.01% from 527); Blue value is 192 (75.39% from 255 or 36.43% from 527); Max value from RGB is 219 - color contains mainly: red. Hex color #DB74C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB74C0 is #248B3F. Grayscale: #9B9B9B. Windows color (decimal): -2394944 or 12612827. OLE color: 12612827.

HSL color Cylindrical-coordinate representation of color #DB74C0: hue angle of 315.73º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB74C0 is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 116 192 -
CMYK 0 0.47 0.12 0.14
HSL 315.73º 0.59% 0.66% -
HSV(B) 315.73º 0.47% 0.86% -
XYZ 44.97 31.36 53.55 -
YUV 155.46 148.62 173.32 -
System Red Green Blue C M Y K H S L
Decimal 219 116 192 0 0.47 0.12 0.14 315.73 0.59 0.66
Hex DB 74 C0 0 2F C E 13C 3B 42
Octal 333 164 300 0 57 14 16 474 73 102
Binary 11011011 1110100 11000000 0 101111 1100 1110 100111100 111011 1000010

Color Harmonies of #DB74C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB74C0

Black with #DB74C0

Text Example


Text Example

White with #DB74C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB74C0; }

 p { color: rgb(219,116,192); }

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

background-color css

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

 a { background-color: rgb(219,116,192); }

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

border-color css

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

 span { border-color: rgb(219,116,192); }

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