Html Css Color HEX #D473DB Orchid

📋 copy color: '#D473DB'

red 212 ◦ green 115 ◦ blue 219

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

Shades of Orchid #D473DB

Tints of Orchid #D473DB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 21.06%

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

R = 38.83%
G = 21.06%
B = 40.11%

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

#D473DB (or 0xD473DB) is known color: Orchid. HEX triplet: D4, 73 and DB. RGB value is (212,115,219). Sum of RGB (Red+Green+Blue) = 212+115+219=546 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.83% from 546); Green value is 115 (45.31% from 255 or 21.06% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 219 - color contains mainly: blue. Hex color #D473DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D473DB is #2B8C24. Grayscale: #9B9B9B. Windows color (decimal): -2853925 or 14382036. OLE color: 14382036.

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

Color convert

RGB 212 115 219 -
CMYK 0.03 0.47 0 0.14
HSL 295.96º 0.59% 0.65% -
HSV(B) 295.96º 0.47% 0.86% -
XYZ 46.07 31.37 70.65 -
YUV 155.86 163.64 168.04 -
System Red Green Blue C M Y K H S L
Decimal 212 115 219 0.03 0.47 0 0.14 295.96 0.59 0.65
Hex D4 73 DB 3 2F 0 E 128 3B 41
Octal 324 163 333 3 57 0 16 450 73 101
Binary 11010100 1110011 11011011 11 101111 0 1110 100101000 111011 1000001

Color Harmonies of #D473DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D473DB

Black with #D473DB

Text Example


Text Example

White with #D473DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D473DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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