Html Css Color HEX #DB70C4 Orchid

📋 copy color: '#DB70C4'

red 219 ◦ green 112 ◦ blue 196

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

Shades of Orchid #DB70C4

Tints of Orchid #DB70C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 37.19%

R = 41.56%
G = 21.25%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#DB70C4 (or 0xDB70C4) is known color: Orchid. HEX triplet: DB, 70 and C4. RGB value is (219,112,196). Sum of RGB (Red+Green+Blue) = 219+112+196=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 112 (44.14% from 255 or 21.25% from 527); Blue value is 196 (76.95% from 255 or 37.19% from 527); Max value from RGB is 219 - color contains mainly: red. Hex color #DB70C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB70C4 is #248F3B. Grayscale: #999999. Windows color (decimal): -2395964 or 12873947. OLE color: 12873947.

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

Color convert

RGB 219 112 196 -
CMYK 0 0.49 0.11 0.14
HSL 312.9º 0.6% 0.65% -
HSV(B) 312.9º 0.49% 0.86% -
XYZ 44.97 30.63 55.77 -
YUV 153.57 151.95 174.67 -
System Red Green Blue C M Y K H S L
Decimal 219 112 196 0 0.49 0.11 0.14 312.9 0.6 0.65
Hex DB 70 C4 0 31 B E 139 3C 41
Octal 333 160 304 0 61 13 16 471 74 101
Binary 11011011 1110000 11000100 0 110001 1011 1110 100111001 111100 1000001

Color Harmonies of #DB70C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB70C4

Black with #DB70C4

Text Example


Text Example

White with #DB70C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB70C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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