Html Css Color HEX #DB70C6 Orchid

📋 copy color: '#DB70C6'

red 219 ◦ green 112 ◦ blue 198

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

Shades of Orchid #DB70C6

Tints of Orchid #DB70C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 37.43%

R = 41.4%
G = 21.17%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DB70C6 (or 0xDB70C6) is known color: Orchid. HEX triplet: DB, 70 and C6. RGB value is (219,112,198). Sum of RGB (Red+Green+Blue) = 219+112+198=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 112 (44.14% from 255 or 21.17% from 529); Blue value is 198 (77.73% from 255 or 37.43% from 529); Max value from RGB is 219 - color contains mainly: red. Hex color #DB70C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB70C6 is #248F39. Grayscale: #999999. Windows color (decimal): -2395962 or 13005019. OLE color: 13005019.

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

Color convert

RGB 219 112 198 -
CMYK 0 0.49 0.10 0.14
HSL 311.78º 0.6% 0.65% -
HSV(B) 311.78º 0.49% 0.86% -
XYZ 45.2 30.73 56.97 -
YUV 153.8 152.95 174.51 -
System Red Green Blue C M Y K H S L
Decimal 219 112 198 0 0.49 0.10 0.14 311.78 0.6 0.65
Hex DB 70 C6 0 31 A E 138 3C 41
Octal 333 160 306 0 61 12 16 470 74 101
Binary 11011011 1110000 11000110 0 110001 1010 1110 100111000 111100 1000001

Color Harmonies of #DB70C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB70C6

Black with #DB70C6

Text Example


Text Example

White with #DB70C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB70C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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