Html Css Color HEX #D479DB Orchid

📋 copy color: '#D479DB'

red 212 ◦ green 121 ◦ blue 219

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

Shades of Orchid #D479DB

Tints of Orchid #D479DB

RGB

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

 GREEN value IS 121 (47.66% from 255) = 21.92%

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

R = 38.41%
G = 21.92%
B = 39.67%

CMYK

 C value IS 0.03

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D479DB (or 0xD479DB) is known color: Orchid. HEX triplet: D4, 79 and DB. RGB value is (212,121,219). Sum of RGB (Red+Green+Blue) = 212+121+219=552 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.41% from 552); Green value is 121 (47.66% from 255 or 21.92% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 219 - color contains mainly: blue. Hex color #D479DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D479DB is #2B8624. Grayscale: #9F9F9F. Windows color (decimal): -2852389 or 14383572. OLE color: 14383572.

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

Color convert

RGB 212 121 219 -
CMYK 0.03 0.45 0 0.14
HSL 295.71º 0.58% 0.67% -
HSV(B) 295.71º 0.45% 0.86% -
XYZ 46.77 32.79 70.88 -
YUV 159.38 161.65 165.53 -
System Red Green Blue C M Y K H S L
Decimal 212 121 219 0.03 0.45 0 0.14 295.71 0.58 0.67
Hex D4 79 DB 3 2D 0 E 128 3A 43
Octal 324 171 333 3 55 0 16 450 72 103
Binary 11010100 1111001 11011011 11 101101 0 1110 100101000 111010 1000011

Color Harmonies of #D479DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D479DB

Black with #D479DB

Text Example


Text Example

White with #D479DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D479DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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