Html Css Color HEX #D479E5 Orchid

📋 copy color: '#D479E5'

red 212 ◦ green 121 ◦ blue 229

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

Shades of Orchid #D479E5

Tints of Orchid #D479E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 40.75%

R = 37.72%
G = 21.53%
B = 40.75%

CMYK

 C value IS 0.07

 M value IS 0.47

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D479E5 (or 0xD479E5) is known color: Orchid. HEX triplet: D4, 79 and E5. RGB value is (212,121,229). Sum of RGB (Red+Green+Blue) = 212+121+229=562 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.72% from 562); Green value is 121 (47.66% from 255 or 21.53% from 562); Blue value is 229 (89.84% from 255 or 40.75% from 562); Max value from RGB is 229 - color contains mainly: blue. Hex color #D479E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D479E5 is #2B861A. Grayscale: #A0A0A0. Windows color (decimal): -2852379 or 15038932. OLE color: 15038932.

HSL color Cylindrical-coordinate representation of color #D479E5: hue angle of 290.56º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D479E5 is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 212 121 229 -
CMYK 0.07 0.47 0 0.10
HSL 290.56º 0.68% 0.69% -
HSV(B) 290.56º 0.47% 0.9% -
XYZ 48.13 33.33 78.03 -
YUV 160.52 166.65 164.72 -
System Red Green Blue C M Y K H S L
Decimal 212 121 229 0.07 0.47 0 0.10 290.56 0.68 0.69
Hex D4 79 E5 7 2F 0 A 123 44 45
Octal 324 171 345 7 57 0 12 443 104 105
Binary 11010100 1111001 11100101 111 101111 0 1010 100100011 1000100 1000101

Color Harmonies of #D479E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D479E5

Black with #D479E5

Text Example


Text Example

White with #D479E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D479E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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