Html Css Color HEX #D479C3 Orchid

📋 copy color: '#D479C3'

red 212 ◦ green 121 ◦ blue 195

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

Shades of Orchid #D479C3

Tints of Orchid #D479C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 36.93%

R = 40.15%
G = 22.92%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.08

 K value IS 0.17

RGB Variations

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

Color information

#D479C3 (or 0xD479C3) is known color: Orchid. HEX triplet: D4, 79 and C3. RGB value is (212,121,195). Sum of RGB (Red+Green+Blue) = 212+121+195=528 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.15% from 528); Green value is 121 (47.66% from 255 or 22.92% from 528); Blue value is 195 (76.56% from 255 or 36.93% from 528); Max value from RGB is 212 - color contains mainly: red. Hex color #D479C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D479C3 is #2B863C. Grayscale: #9C9C9C. Windows color (decimal): -2852413 or 12810708. OLE color: 12810708.

HSL color Cylindrical-coordinate representation of color #D479C3: hue angle of 311.21º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D479C3 is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 121 195 -
CMYK 0 0.43 0.08 0.17
HSL 311.21º 0.51% 0.65% -
HSV(B) 311.21º 0.43% 0.83% -
XYZ 43.84 31.61 55.42 -
YUV 156.65 149.65 167.48 -
System Red Green Blue C M Y K H S L
Decimal 212 121 195 0 0.43 0.08 0.17 311.21 0.51 0.65
Hex D4 79 C3 0 2B 8 11 137 33 41
Octal 324 171 303 0 53 10 21 467 63 101
Binary 11010100 1111001 11000011 0 101011 1000 10001 100110111 110011 1000001

Color Harmonies of #D479C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D479C3

Black with #D479C3

Text Example


Text Example

White with #D479C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D479C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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