Html Css Color HEX #D576CB Orchid

📋 copy color: '#D576CB'

red 213 ◦ green 118 ◦ blue 203

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

Shades of Orchid #D576CB

Tints of Orchid #D576CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.01%

R = 39.89%
G = 22.1%
B = 38.01%

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

#D576CB (or 0xD576CB) is known color: Orchid. HEX triplet: D5, 76 and CB. RGB value is (213,118,203). Sum of RGB (Red+Green+Blue) = 213+118+203=534 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.89% from 534); Green value is 118 (46.48% from 255 or 22.10% from 534); Blue value is 203 (79.69% from 255 or 38.01% from 534); Max value from RGB is 213 - color contains mainly: red. Hex color #D576CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D576CB is #2A8934. Grayscale: #9B9B9B. Windows color (decimal): -2787637 or 13334229. OLE color: 13334229.

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

Color convert

RGB 213 118 203 -
CMYK 0 0.45 0.05 0.16
HSL 306.32º 0.53% 0.65% -
HSV(B) 306.32º 0.45% 0.84% -
XYZ 44.7 31.41 60.21 -
YUV 156.1 154.47 168.59 -
System Red Green Blue C M Y K H S L
Decimal 213 118 203 0 0.45 0.05 0.16 306.32 0.53 0.65
Hex D5 76 CB 0 2D 5 10 132 35 41
Octal 325 166 313 0 55 5 20 462 65 101
Binary 11010101 1110110 11001011 0 101101 101 10000 100110010 110101 1000001

Color Harmonies of #D576CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D576CB

Black with #D576CB

Text Example


Text Example

White with #D576CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D576CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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