Html Css Color HEX #D279DA Orchid

📋 copy color: '#D279DA'

red 210 ◦ green 121 ◦ blue 218

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

Shades of Orchid #D279DA

Tints of Orchid #D279DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.71%

R = 38.25%
G = 22.04%
B = 39.71%

CMYK

 C value IS 0.04

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D279DA (or 0xD279DA) is known color: Orchid. HEX triplet: D2, 79 and DA. RGB value is (210,121,218). Sum of RGB (Red+Green+Blue) = 210+121+218=549 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.25% from 549); Green value is 121 (47.66% from 255 or 22.04% from 549); Blue value is 218 (85.55% from 255 or 39.71% from 549); Max value from RGB is 218 - color contains mainly: blue. Hex color #D279DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D279DA is #2D8625. Grayscale: #9E9E9E. Windows color (decimal): -2983462 or 14318034. OLE color: 14318034.

HSL color Cylindrical-coordinate representation of color #D279DA: hue angle of 295.05º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D279DA is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 210 121 218 -
CMYK 0.04 0.44 0 0.15
HSL 295.05º 0.57% 0.66% -
HSV(B) 295.05º 0.44% 0.85% -
XYZ 46.07 32.44 70.16 -
YUV 158.67 161.49 164.61 -
System Red Green Blue C M Y K H S L
Decimal 210 121 218 0.04 0.44 0 0.15 295.05 0.57 0.66
Hex D2 79 DA 4 2C 0 F 127 39 42
Octal 322 171 332 4 54 0 17 447 71 102
Binary 11010010 1111001 11011010 100 101100 0 1111 100100111 111001 1000010

Color Harmonies of #D279DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D279DA

Black with #D279DA

Text Example


Text Example

White with #D279DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D279DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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