Html Css Color HEX #D579CA Orchid

📋 copy color: '#D579CA'

red 213 ◦ green 121 ◦ blue 202

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

Shades of Orchid #D579CA

Tints of Orchid #D579CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.69%

R = 39.74%
G = 22.57%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D579CA (or 0xD579CA) is known color: Orchid. HEX triplet: D5, 79 and CA. RGB value is (213,121,202). Sum of RGB (Red+Green+Blue) = 213+121+202=536 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.74% from 536); Green value is 121 (47.66% from 255 or 22.57% from 536); Blue value is 202 (79.30% from 255 or 37.69% from 536); Max value from RGB is 213 - color contains mainly: red. Hex color #D579CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D579CA is #2A8635. Grayscale: #9D9D9D. Windows color (decimal): -2786870 or 13269461. OLE color: 13269461.

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

Color convert

RGB 213 121 202 -
CMYK 0 0.43 0.05 0.16
HSL 307.17º 0.52% 0.65% -
HSV(B) 307.17º 0.43% 0.84% -
XYZ 44.94 32.09 59.7 -
YUV 157.74 152.98 167.41 -
System Red Green Blue C M Y K H S L
Decimal 213 121 202 0 0.43 0.05 0.16 307.17 0.52 0.65
Hex D5 79 CA 0 2B 5 10 133 34 41
Octal 325 171 312 0 53 5 20 463 64 101
Binary 11010101 1111001 11001010 0 101011 101 10000 100110011 110100 1000001

Color Harmonies of #D579CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D579CA

Black with #D579CA

Text Example


Text Example

White with #D579CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D579CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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