Html Css Color HEX #D279DB Orchid

📋 copy color: '#D279DB'

red 210 ◦ green 121 ◦ blue 219

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

Shades of Orchid #D279DB

Tints of Orchid #D279DB

RGB

 RED value IS 210 (82.42% from 255) = 38.18%

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

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

R = 38.18%
G = 22%
B = 39.82%

CMYK

 C value IS 0.04

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D279DB (or 0xD279DB) is known color: Orchid. HEX triplet: D2, 79 and DB. RGB value is (210,121,219). Sum of RGB (Red+Green+Blue) = 210+121+219=550 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.18% from 550); Green value is 121 (47.66% from 255 or 22% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 219 - color contains mainly: blue. Hex color #D279DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D279DB is #2D8624. Grayscale: #9E9E9E. Windows color (decimal): -2983461 or 14383570. OLE color: 14383570.

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

Color convert

RGB 210 121 219 -
CMYK 0.04 0.45 0 0.14
HSL 294.49º 0.58% 0.67% -
HSV(B) 294.49º 0.45% 0.86% -
XYZ 46.2 32.49 70.85 -
YUV 158.78 161.99 164.53 -
System Red Green Blue C M Y K H S L
Decimal 210 121 219 0.04 0.45 0 0.14 294.49 0.58 0.67
Hex D2 79 DB 4 2D 0 E 126 3A 43
Octal 322 171 333 4 55 0 16 446 72 103
Binary 11010010 1111001 11011011 100 101101 0 1110 100100110 111010 1000011

Color Harmonies of #D279DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D279DB

Black with #D279DB

Text Example


Text Example

White with #D279DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D279DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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