Html Css Color HEX #D470DB Orchid

📋 copy color: '#D470DB'

red 212 ◦ green 112 ◦ blue 219

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

Shades of Orchid #D470DB

Tints of Orchid #D470DB

RGB

 RED value IS 212 (83.2% from 255) = 39.04%

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

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

R = 39.04%
G = 20.63%
B = 40.33%

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

#D470DB (or 0xD470DB) is known color: Orchid. HEX triplet: D4, 70 and DB. RGB value is (212,112,219). Sum of RGB (Red+Green+Blue) = 212+112+219=543 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.04% from 543); Green value is 112 (44.14% from 255 or 20.63% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 219 - color contains mainly: blue. Hex color #D470DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D470DB is #2B8F24. Grayscale: #999999. Windows color (decimal): -2854693 or 14381268. OLE color: 14381268.

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

Color convert

RGB 212 112 219 -
CMYK 0.03 0.49 0 0.14
HSL 296.07º 0.6% 0.65% -
HSV(B) 296.07º 0.49% 0.86% -
XYZ 45.73 30.7 70.53 -
YUV 154.1 164.63 169.3 -
System Red Green Blue C M Y K H S L
Decimal 212 112 219 0.03 0.49 0 0.14 296.07 0.6 0.65
Hex D4 70 DB 3 31 0 E 128 3C 41
Octal 324 160 333 3 61 0 16 450 74 101
Binary 11010100 1110000 11011011 11 110001 0 1110 100101000 111100 1000001

Color Harmonies of #D470DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D470DB

Black with #D470DB

Text Example


Text Example

White with #D470DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D470DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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