Html Css Color HEX #D570DB Orchid

📋 copy color: '#D570DB'

red 213 ◦ green 112 ◦ blue 219

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

Shades of Orchid #D570DB

Tints of Orchid #D570DB

RGB

 RED value IS 213 (83.59% from 255) = 39.15%

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

 BLUE value IS 219 (85.94% from 255) = 40.26%

R = 39.15%
G = 20.59%
B = 40.26%

CMYK

 C value IS 0.03

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D570DB (or 0xD570DB) is known color: Orchid. HEX triplet: D5, 70 and DB. RGB value is (213,112,219). Sum of RGB (Red+Green+Blue) = 213+112+219=544 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.15% from 544); Green value is 112 (44.14% from 255 or 20.59% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 219 - color contains mainly: blue. Hex color #D570DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D570DB is #2A8F24. Grayscale: #9A9A9A. Windows color (decimal): -2789157 or 14381269. OLE color: 14381269.

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

Color convert

RGB 213 112 219 -
CMYK 0.03 0.49 0 0.14
HSL 296.64º 0.6% 0.65% -
HSV(B) 296.64º 0.49% 0.86% -
XYZ 46.02 30.85 70.55 -
YUV 154.4 164.46 169.8 -
System Red Green Blue C M Y K H S L
Decimal 213 112 219 0.03 0.49 0 0.14 296.64 0.6 0.65
Hex D5 70 DB 3 31 0 E 129 3C 41
Octal 325 160 333 3 61 0 16 451 74 101
Binary 11010101 1110000 11011011 11 110001 0 1110 100101001 111100 1000001

Color Harmonies of #D570DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D570DB

Black with #D570DB

Text Example


Text Example

White with #D570DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D570DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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