Html Css Color HEX #D479CD Orchid

📋 copy color: '#D479CD'

red 212 ◦ green 121 ◦ blue 205

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

Shades of Orchid #D479CD

Tints of Orchid #D479CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.1%

R = 39.41%
G = 22.49%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D479CD (or 0xD479CD) is known color: Orchid. HEX triplet: D4, 79 and CD. RGB value is (212,121,205). Sum of RGB (Red+Green+Blue) = 212+121+205=538 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.41% from 538); Green value is 121 (47.66% from 255 or 22.49% from 538); Blue value is 205 (80.47% from 255 or 38.10% from 538); Max value from RGB is 212 - color contains mainly: red. Hex color #D479CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D479CD is #2B8632. Grayscale: #9D9D9D. Windows color (decimal): -2852403 or 13466068. OLE color: 13466068.

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

Color convert

RGB 212 121 205 -
CMYK 0 0.43 0.03 0.17
HSL 304.62º 0.51% 0.65% -
HSV(B) 304.62º 0.43% 0.83% -
XYZ 45.01 32.08 61.58 -
YUV 157.79 154.65 166.67 -
System Red Green Blue C M Y K H S L
Decimal 212 121 205 0 0.43 0.03 0.17 304.62 0.51 0.65
Hex D4 79 CD 0 2B 3 11 131 33 41
Octal 324 171 315 0 53 3 21 461 63 101
Binary 11010100 1111001 11001101 0 101011 11 10001 100110001 110011 1000001

Color Harmonies of #D479CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D479CD

Black with #D479CD

Text Example


Text Example

White with #D479CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D479CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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