Html Css Color HEX #DB72CD Orchid

📋 copy color: '#DB72CD'

red 219 ◦ green 114 ◦ blue 205

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

Shades of Orchid #DB72CD

Tints of Orchid #DB72CD

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.19%

 BLUE value IS 205 (80.47% from 255) = 38.1%

R = 40.71%
G = 21.19%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DB72CD (or 0xDB72CD) is known color: Orchid. HEX triplet: DB, 72 and CD. RGB value is (219,114,205). Sum of RGB (Red+Green+Blue) = 219+114+205=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 114 (44.92% from 255 or 21.19% from 538); Blue value is 205 (80.47% from 255 or 38.10% from 538); Max value from RGB is 219 - color contains mainly: red. Hex color #DB72CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB72CD is #248D32. Grayscale: #9B9B9B. Windows color (decimal): -2395443 or 13464283. OLE color: 13464283.

HSL color Cylindrical-coordinate representation of color #DB72CD: hue angle of 308º degrees, saturation: 0.59, 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 #DB72CD is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 114 205 -
CMYK 0 0.48 0.06 0.14
HSL 308º 0.59% 0.65% -
HSV(B) 308º 0.48% 0.86% -
XYZ 46.25 31.5 61.4 -
YUV 155.77 155.79 173.1 -
System Red Green Blue C M Y K H S L
Decimal 219 114 205 0 0.48 0.06 0.14 308 0.59 0.65
Hex DB 72 CD 0 30 6 E 134 3B 41
Octal 333 162 315 0 60 6 16 464 73 101
Binary 11011011 1110010 11001101 0 110000 110 1110 100110100 111011 1000001

Color Harmonies of #DB72CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB72CD

Black with #DB72CD

Text Example


Text Example

White with #DB72CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB72CD; }

 p { color: rgb(219,114,205); }

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

background-color css

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

 a { background-color: rgb(219,114,205); }

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

border-color css

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

 span { border-color: rgb(219,114,205); }

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