Html Css Color HEX #D279DC Orchid

📋 copy color: '#D279DC'

red 210 ◦ green 121 ◦ blue 220

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

Shades of Orchid #D279DC

Tints of Orchid #D279DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.93%

R = 38.11%
G = 21.96%
B = 39.93%

CMYK

 C value IS 0.05

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D279DC (or 0xD279DC) is known color: Orchid. HEX triplet: D2, 79 and DC. RGB value is (210,121,220). Sum of RGB (Red+Green+Blue) = 210+121+220=551 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.11% from 551); Green value is 121 (47.66% from 255 or 21.96% from 551); Blue value is 220 (86.33% from 255 or 39.93% from 551); Max value from RGB is 220 - color contains mainly: blue. Hex color #D279DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D279DC is #2D8623. Grayscale: #9E9E9E. Windows color (decimal): -2983460 or 14449106. OLE color: 14449106.

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

Color convert

RGB 210 121 220 -
CMYK 0.05 0.45 0 0.14
HSL 293.94º 0.59% 0.67% -
HSV(B) 293.94º 0.45% 0.86% -
XYZ 46.33 32.54 71.55 -
YUV 158.9 162.49 164.45 -
System Red Green Blue C M Y K H S L
Decimal 210 121 220 0.05 0.45 0 0.14 293.94 0.59 0.67
Hex D2 79 DC 5 2D 0 E 126 3B 43
Octal 322 171 334 5 55 0 16 446 73 103
Binary 11010010 1111001 11011100 101 101101 0 1110 100100110 111011 1000011

Color Harmonies of #D279DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D279DC

Black with #D279DC

Text Example


Text Example

White with #D279DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D279DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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