Html Css Color HEX #DB70CD Orchid

📋 copy color: '#DB70CD'

red 219 ◦ green 112 ◦ blue 205

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

Shades of Orchid #DB70CD

Tints of Orchid #DB70CD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.9%

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

R = 40.86%
G = 20.9%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DB70CD (or 0xDB70CD) is known color: Orchid. HEX triplet: DB, 70 and CD. RGB value is (219,112,205). Sum of RGB (Red+Green+Blue) = 219+112+205=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 112 (44.14% from 255 or 20.90% from 536); Blue value is 205 (80.47% from 255 or 38.25% from 536); Max value from RGB is 219 - color contains mainly: red. Hex color #DB70CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB70CD is #248F32. Grayscale: #9A9A9A. Windows color (decimal): -2395955 or 13463771. OLE color: 13463771.

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

Color convert

RGB 219 112 205 -
CMYK 0 0.49 0.06 0.14
HSL 307.85º 0.6% 0.65% -
HSV(B) 307.85º 0.49% 0.86% -
XYZ 46.03 31.06 61.33 -
YUV 154.6 156.45 173.94 -
System Red Green Blue C M Y K H S L
Decimal 219 112 205 0 0.49 0.06 0.14 307.85 0.6 0.65
Hex DB 70 CD 0 31 6 E 134 3C 41
Octal 333 160 315 0 61 6 16 464 74 101
Binary 11011011 1110000 11001101 0 110001 110 1110 100110100 111100 1000001

Color Harmonies of #DB70CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB70CD

Black with #DB70CD

Text Example


Text Example

White with #DB70CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB70CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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