Html Css Color HEX #D279B7 Orchid

📋 copy color: '#D279B7'

red 210 ◦ green 121 ◦ blue 183

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

Shades of Orchid #D279B7

Tints of Orchid #D279B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 35.6%

R = 40.86%
G = 23.54%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D279B7 (or 0xD279B7) is known color: Orchid. HEX triplet: D2, 79 and B7. RGB value is (210,121,183). Sum of RGB (Red+Green+Blue) = 210+121+183=514 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.86% from 514); Green value is 121 (47.66% from 255 or 23.54% from 514); Blue value is 183 (71.88% from 255 or 35.60% from 514); Max value from RGB is 210 - color contains mainly: red. Hex color #D279B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D279B7 is #2D8648. Grayscale: #9A9A9A. Windows color (decimal): -2983497 or 12024274. OLE color: 12024274.

HSL color Cylindrical-coordinate representation of color #D279B7: hue angle of 318.2º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D279B7 is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 121 183 -
CMYK 0 0.42 0.13 0.18
HSL 318.2º 0.5% 0.65% -
HSV(B) 318.2º 0.42% 0.82% -
XYZ 41.96 30.8 48.53 -
YUV 154.68 143.99 167.46 -
System Red Green Blue C M Y K H S L
Decimal 210 121 183 0 0.42 0.13 0.18 318.2 0.5 0.65
Hex D2 79 B7 0 2A D 12 13E 32 41
Octal 322 171 267 0 52 15 22 476 62 101
Binary 11010010 1111001 10110111 0 101010 1101 10010 100111110 110010 1000001

Color Harmonies of #D279B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D279B7

Black with #D279B7

Text Example


Text Example

White with #D279B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D279B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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