Html Css Color HEX #D576CA Orchid

📋 copy color: '#D576CA'

red 213 ◦ green 118 ◦ blue 202

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

Shades of Orchid #D576CA

Tints of Orchid #D576CA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 22.14%

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

R = 39.96%
G = 22.14%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D576CA (or 0xD576CA) is known color: Orchid. HEX triplet: D5, 76 and CA. RGB value is (213,118,202). Sum of RGB (Red+Green+Blue) = 213+118+202=533 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.96% from 533); Green value is 118 (46.48% from 255 or 22.14% from 533); Blue value is 202 (79.30% from 255 or 37.90% from 533); Max value from RGB is 213 - color contains mainly: red. Hex color #D576CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D576CA is #2A8935. Grayscale: #9B9B9B. Windows color (decimal): -2787638 or 13268693. OLE color: 13268693.

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

Color convert

RGB 213 118 202 -
CMYK 0 0.45 0.05 0.16
HSL 306.95º 0.53% 0.65% -
HSV(B) 306.95º 0.45% 0.84% -
XYZ 44.58 31.37 59.58 -
YUV 155.98 153.97 168.67 -
System Red Green Blue C M Y K H S L
Decimal 213 118 202 0 0.45 0.05 0.16 306.95 0.53 0.65
Hex D5 76 CA 0 2D 5 10 133 35 41
Octal 325 166 312 0 55 5 20 463 65 101
Binary 11010101 1110110 11001010 0 101101 101 10000 100110011 110101 1000001

Color Harmonies of #D576CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D576CA

Black with #D576CA

Text Example


Text Example

White with #D576CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D576CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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