Html Css Color HEX #DB71CC Orchid

📋 copy color: '#DB71CC'

red 219 ◦ green 113 ◦ blue 204

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

Shades of Orchid #DB71CC

Tints of Orchid #DB71CC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.08%

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

R = 40.86%
G = 21.08%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DB71CC (or 0xDB71CC) is known color: Orchid. HEX triplet: DB, 71 and CC. RGB value is (219,113,204). Sum of RGB (Red+Green+Blue) = 219+113+204=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 113 (44.53% from 255 or 21.08% from 536); Blue value is 204 (80.08% from 255 or 38.06% from 536); Max value from RGB is 219 - color contains mainly: red. Hex color #DB71CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB71CC is #248E33. Grayscale: #9A9A9A. Windows color (decimal): -2395700 or 13398491. OLE color: 13398491.

HSL color Cylindrical-coordinate representation of color #DB71CC: hue angle of 308.49º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DB71CC is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 113 204 -
CMYK 0 0.48 0.07 0.14
HSL 308.49º 0.6% 0.65% -
HSV(B) 308.49º 0.48% 0.86% -
XYZ 46.02 31.23 60.73 -
YUV 155.07 155.62 173.6 -
System Red Green Blue C M Y K H S L
Decimal 219 113 204 0 0.48 0.07 0.14 308.49 0.6 0.65
Hex DB 71 CC 0 30 7 E 134 3C 41
Octal 333 161 314 0 60 7 16 464 74 101
Binary 11011011 1110001 11001100 0 110000 111 1110 100110100 111100 1000001

Color Harmonies of #DB71CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB71CC

Black with #DB71CC

Text Example


Text Example

White with #DB71CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB71CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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