Html Css Color HEX #DB74CC Orchid

📋 copy color: '#DB74CC'

red 219 ◦ green 116 ◦ blue 204

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

Shades of Orchid #DB74CC

Tints of Orchid #DB74CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.85%

R = 40.63%
G = 21.52%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DB74CC (or 0xDB74CC) is known color: Orchid. HEX triplet: DB, 74 and CC. RGB value is (219,116,204). Sum of RGB (Red+Green+Blue) = 219+116+204=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 116 (45.70% from 255 or 21.52% from 539); Blue value is 204 (80.08% from 255 or 37.85% from 539); Max value from RGB is 219 - color contains mainly: red. Hex color #DB74CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB74CC is #248B33. Grayscale: #9C9C9C. Windows color (decimal): -2394932 or 13399259. OLE color: 13399259.

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

Color convert

RGB 219 116 204 -
CMYK 0 0.47 0.07 0.14
HSL 308.74º 0.59% 0.66% -
HSV(B) 308.74º 0.47% 0.86% -
XYZ 46.36 31.91 60.84 -
YUV 156.83 154.62 172.34 -
System Red Green Blue C M Y K H S L
Decimal 219 116 204 0 0.47 0.07 0.14 308.74 0.59 0.66
Hex DB 74 CC 0 2F 7 E 135 3B 42
Octal 333 164 314 0 57 7 16 465 73 102
Binary 11011011 1110100 11001100 0 101111 111 1110 100110101 111011 1000010

Color Harmonies of #DB74CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB74CC

Black with #DB74CC

Text Example


Text Example

White with #DB74CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB74CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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