Html Css Color HEX #DB74CB Orchid

📋 copy color: '#DB74CB'

red 219 ◦ green 116 ◦ blue 203

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

Shades of Orchid #DB74CB

Tints of Orchid #DB74CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.73%

R = 40.71%
G = 21.56%
B = 37.73%

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

#DB74CB (or 0xDB74CB) is known color: Orchid. HEX triplet: DB, 74 and CB. RGB value is (219,116,203). Sum of RGB (Red+Green+Blue) = 219+116+203=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 116 (45.70% from 255 or 21.56% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 219 - color contains mainly: red. Hex color #DB74CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB74CB is #248B34. Grayscale: #9C9C9C. Windows color (decimal): -2394933 or 13333723. OLE color: 13333723.

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

Color convert

RGB 219 116 203 -
CMYK 0 0.47 0.07 0.14
HSL 309.32º 0.59% 0.66% -
HSV(B) 309.32º 0.47% 0.86% -
XYZ 46.24 31.86 60.21 -
YUV 156.72 154.12 172.43 -
System Red Green Blue C M Y K H S L
Decimal 219 116 203 0 0.47 0.07 0.14 309.32 0.59 0.66
Hex DB 74 CB 0 2F 7 E 135 3B 42
Octal 333 164 313 0 57 7 16 465 73 102
Binary 11011011 1110100 11001011 0 101111 111 1110 100110101 111011 1000010

Color Harmonies of #DB74CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB74CB

Black with #DB74CB

Text Example


Text Example

White with #DB74CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB74CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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