Html Css Color HEX #D484DB Orchid

📋 copy color: '#D484DB'

red 212 ◦ green 132 ◦ blue 219

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

Shades of Orchid #D484DB

Tints of Orchid #D484DB

RGB

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

 GREEN value IS 132 (51.95% from 255) = 23.45%

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

R = 37.66%
G = 23.45%
B = 38.9%

CMYK

 C value IS 0.03

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D484DB (or 0xD484DB) is known color: Orchid. HEX triplet: D4, 84 and DB. RGB value is (212,132,219). Sum of RGB (Red+Green+Blue) = 212+132+219=563 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.66% from 563); Green value is 132 (51.95% from 255 or 23.45% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 219 - color contains mainly: blue. Hex color #D484DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D484DB is #2B7B24. Grayscale: #A5A5A5. Windows color (decimal): -2849573 or 14386388. OLE color: 14386388.

HSL color Cylindrical-coordinate representation of color #D484DB: hue angle of 295.17º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D484DB is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 212 132 219 -
CMYK 0.03 0.40 0 0.14
HSL 295.17º 0.55% 0.69% -
HSV(B) 295.17º 0.4% 0.86% -
XYZ 48.19 35.61 71.35 -
YUV 165.84 158 160.93 -
System Red Green Blue C M Y K H S L
Decimal 212 132 219 0.03 0.40 0 0.14 295.17 0.55 0.69
Hex D4 84 DB 3 28 0 E 127 37 45
Octal 324 204 333 3 50 0 16 447 67 105
Binary 11010100 10000100 11011011 11 101000 0 1110 100100111 110111 1000101

Color Harmonies of #D484DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D484DB

Black with #D484DB

Text Example


Text Example

White with #D484DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D484DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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