Html Css Color HEX #D479DF Orchid

📋 copy color: '#D479DF'

red 212 ◦ green 121 ◦ blue 223

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

Shades of Orchid #D479DF

Tints of Orchid #D479DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.11%

R = 38.13%
G = 21.76%
B = 40.11%

CMYK

 C value IS 0.05

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D479DF (or 0xD479DF) is known color: Orchid. HEX triplet: D4, 79 and DF. RGB value is (212,121,223). Sum of RGB (Red+Green+Blue) = 212+121+223=556 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.13% from 556); Green value is 121 (47.66% from 255 or 21.76% from 556); Blue value is 223 (87.5% from 255 or 40.11% from 556); Max value from RGB is 223 - color contains mainly: blue. Hex color #D479DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D479DF is #2B8620. Grayscale: #9F9F9F. Windows color (decimal): -2852385 or 14645716. OLE color: 14645716.

HSL color Cylindrical-coordinate representation of color #D479DF: hue angle of 293.53º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D479DF is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 121 223 -
CMYK 0.05 0.46 0 0.13
HSL 293.53º 0.61% 0.67% -
HSV(B) 293.53º 0.46% 0.87% -
XYZ 47.31 33 73.69 -
YUV 159.84 163.65 165.21 -
System Red Green Blue C M Y K H S L
Decimal 212 121 223 0.05 0.46 0 0.13 293.53 0.61 0.67
Hex D4 79 DF 5 2E 0 D 126 3D 43
Octal 324 171 337 5 56 0 15 446 75 103
Binary 11010100 1111001 11011111 101 101110 0 1101 100100110 111101 1000011

Color Harmonies of #D479DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D479DF

Black with #D479DF

Text Example


Text Example

White with #D479DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D479DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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