Html Css Color HEX #DB74C8 Orchid

📋 copy color: '#DB74C8'

red 219 ◦ green 116 ◦ blue 200

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

Shades of Orchid #DB74C8

Tints of Orchid #DB74C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 37.38%

R = 40.93%
G = 21.68%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DB74C8 (or 0xDB74C8) is known color: Orchid. HEX triplet: DB, 74 and C8. RGB value is (219,116,200). Sum of RGB (Red+Green+Blue) = 219+116+200=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 116 (45.70% from 255 or 21.68% from 535); Blue value is 200 (78.52% from 255 or 37.38% from 535); Max value from RGB is 219 - color contains mainly: red. Hex color #DB74C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB74C8 is #248B37. Grayscale: #9C9C9C. Windows color (decimal): -2394936 or 13137115. OLE color: 13137115.

HSL color Cylindrical-coordinate representation of color #DB74C8: hue angle of 311.07º 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 #DB74C8 is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 116 200 -
CMYK 0 0.47 0.09 0.14
HSL 311.07º 0.59% 0.66% -
HSV(B) 311.07º 0.47% 0.86% -
XYZ 45.88 31.72 58.35 -
YUV 156.37 152.62 172.67 -
System Red Green Blue C M Y K H S L
Decimal 219 116 200 0 0.47 0.09 0.14 311.07 0.59 0.66
Hex DB 74 C8 0 2F 9 E 137 3B 42
Octal 333 164 310 0 57 11 16 467 73 102
Binary 11011011 1110100 11001000 0 101111 1001 1110 100110111 111011 1000010

Color Harmonies of #DB74C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB74C8

Black with #DB74C8

Text Example


Text Example

White with #DB74C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB74C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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