Html Css Color HEX #D479DA Orchid

📋 copy color: '#D479DA'

red 212 ◦ green 121 ◦ blue 218

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

Shades of Orchid #D479DA

Tints of Orchid #D479DA

RGB

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

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

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

R = 38.48%
G = 21.96%
B = 39.56%

CMYK

 C value IS 0.03

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D479DA (or 0xD479DA) is known color: Orchid. HEX triplet: D4, 79 and DA. RGB value is (212,121,218). Sum of RGB (Red+Green+Blue) = 212+121+218=551 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.48% from 551); Green value is 121 (47.66% from 255 or 21.96% from 551); Blue value is 218 (85.55% from 255 or 39.56% from 551); Max value from RGB is 218 - color contains mainly: blue. Hex color #D479DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D479DA is #2B8625. Grayscale: #9E9E9E. Windows color (decimal): -2852390 or 14318036. OLE color: 14318036.

HSL color Cylindrical-coordinate representation of color #D479DA: hue angle of 296.29º 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 #D479DA is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 212 121 218 -
CMYK 0.03 0.44 0 0.15
HSL 296.29º 0.57% 0.66% -
HSV(B) 296.29º 0.44% 0.85% -
XYZ 46.64 32.73 70.19 -
YUV 159.27 161.15 165.61 -
System Red Green Blue C M Y K H S L
Decimal 212 121 218 0.03 0.44 0 0.15 296.29 0.57 0.66
Hex D4 79 DA 3 2C 0 F 128 39 42
Octal 324 171 332 3 54 0 17 450 71 102
Binary 11010100 1111001 11011010 11 101100 0 1111 100101000 111001 1000010

Color Harmonies of #D479DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D479DA

Black with #D479DA

Text Example


Text Example

White with #D479DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D479DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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