Html Css Color HEX #D579CE Orchid

📋 copy color: '#D579CE'

red 213 ◦ green 121 ◦ blue 206

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

Shades of Orchid #D579CE

Tints of Orchid #D579CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.15%

R = 39.44%
G = 22.41%
B = 38.15%

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

#D579CE (or 0xD579CE) is known color: Orchid. HEX triplet: D5, 79 and CE. RGB value is (213,121,206). Sum of RGB (Red+Green+Blue) = 213+121+206=540 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.44% from 540); Green value is 121 (47.66% from 255 or 22.41% from 540); Blue value is 206 (80.86% from 255 or 38.15% from 540); Max value from RGB is 213 - color contains mainly: red. Hex color #D579CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D579CE is #2A8631. Grayscale: #9D9D9D. Windows color (decimal): -2786866 or 13531605. OLE color: 13531605.

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

Color convert

RGB 213 121 206 -
CMYK 0 0.43 0.03 0.16
HSL 304.57º 0.52% 0.65% -
HSV(B) 304.57º 0.43% 0.84% -
XYZ 45.42 32.28 62.23 -
YUV 158.2 154.98 167.09 -
System Red Green Blue C M Y K H S L
Decimal 213 121 206 0 0.43 0.03 0.16 304.57 0.52 0.65
Hex D5 79 CE 0 2B 3 10 131 34 41
Octal 325 171 316 0 53 3 20 461 64 101
Binary 11010101 1111001 11001110 0 101011 11 10000 100110001 110100 1000001

Color Harmonies of #D579CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D579CE

Black with #D579CE

Text Example


Text Example

White with #D579CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D579CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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