Html Css Color HEX #D579CF Orchid

📋 copy color: '#D579CF'

red 213 ◦ green 121 ◦ blue 207

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

Shades of Orchid #D579CF

Tints of Orchid #D579CF

RGB

 RED value IS 213 (83.59% from 255) = 39.37%

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

 BLUE value IS 207 (81.25% from 255) = 38.26%

R = 39.37%
G = 22.37%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D579CF (or 0xD579CF) is known color: Orchid. HEX triplet: D5, 79 and CF. RGB value is (213,121,207). Sum of RGB (Red+Green+Blue) = 213+121+207=541 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.37% from 541); Green value is 121 (47.66% from 255 or 22.37% from 541); Blue value is 207 (81.25% from 255 or 38.26% from 541); Max value from RGB is 213 - color contains mainly: red. Hex color #D579CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D579CF is #2A8630. Grayscale: #9E9E9E. Windows color (decimal): -2786865 or 13597141. OLE color: 13597141.

HSL color Cylindrical-coordinate representation of color #D579CF: hue angle of 303.91º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D579CF is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 121 207 -
CMYK 0 0.43 0.03 0.16
HSL 303.91º 0.52% 0.65% -
HSV(B) 303.91º 0.43% 0.84% -
XYZ 45.54 32.33 62.87 -
YUV 158.31 155.48 167.01 -
System Red Green Blue C M Y K H S L
Decimal 213 121 207 0 0.43 0.03 0.16 303.91 0.52 0.65
Hex D5 79 CF 0 2B 3 10 130 34 41
Octal 325 171 317 0 53 3 20 460 64 101
Binary 11010101 1111001 11001111 0 101011 11 10000 100110000 110100 1000001

Color Harmonies of #D579CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D579CF

Black with #D579CF

Text Example


Text Example

White with #D579CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D579CF; }

 p { color: rgb(213,121,207); }

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

background-color css

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

 a { background-color: rgb(213,121,207); }

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

border-color css

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

 span { border-color: rgb(213,121,207); }

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