Html Css Color HEX #D474DB Orchid

📋 copy color: '#D474DB'

red 212 ◦ green 116 ◦ blue 219

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

Shades of Orchid #D474DB

Tints of Orchid #D474DB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.21%

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

R = 38.76%
G = 21.21%
B = 40.04%

CMYK

 C value IS 0.03

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D474DB (or 0xD474DB) is known color: Orchid. HEX triplet: D4, 74 and DB. RGB value is (212,116,219). Sum of RGB (Red+Green+Blue) = 212+116+219=547 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.76% from 547); Green value is 116 (45.70% from 255 or 21.21% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 219 - color contains mainly: blue. Hex color #D474DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D474DB is #2B8B24. Grayscale: #9C9C9C. Windows color (decimal): -2853669 or 14382292. OLE color: 14382292.

HSL color Cylindrical-coordinate representation of color #D474DB: hue angle of 295.92º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D474DB is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 212 116 219 -
CMYK 0.03 0.47 0 0.14
HSL 295.92º 0.59% 0.66% -
HSV(B) 295.92º 0.47% 0.86% -
XYZ 46.18 31.6 70.68 -
YUV 156.45 163.3 167.62 -
System Red Green Blue C M Y K H S L
Decimal 212 116 219 0.03 0.47 0 0.14 295.92 0.59 0.66
Hex D4 74 DB 3 2F 0 E 128 3B 42
Octal 324 164 333 3 57 0 16 450 73 102
Binary 11010100 1110100 11011011 11 101111 0 1110 100101000 111011 1000010

Color Harmonies of #D474DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D474DB

Black with #D474DB

Text Example


Text Example

White with #D474DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D474DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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