Html Css Color HEX #D575BA Orchid

📋 copy color: '#D575BA'

red 213 ◦ green 117 ◦ blue 186

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

Shades of Orchid #D575BA

Tints of Orchid #D575BA

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.67%

 BLUE value IS 186 (73.05% from 255) = 36.05%

R = 41.28%
G = 22.67%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D575BA (or 0xD575BA) is known color: Orchid. HEX triplet: D5, 75 and BA. RGB value is (213,117,186). Sum of RGB (Red+Green+Blue) = 213+117+186=516 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.28% from 516); Green value is 117 (46.09% from 255 or 22.67% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 213 - color contains mainly: red. Hex color #D575BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D575BA is #2A8A45. Grayscale: #999999. Windows color (decimal): -2787910 or 12219861. OLE color: 12219861.

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

Color convert

RGB 213 117 186 -
CMYK 0 0.45 0.13 0.16
HSL 316.88º 0.53% 0.65% -
HSV(B) 316.88º 0.45% 0.84% -
XYZ 42.66 30.41 50.08 -
YUV 153.57 146.3 170.39 -
System Red Green Blue C M Y K H S L
Decimal 213 117 186 0 0.45 0.13 0.16 316.88 0.53 0.65
Hex D5 75 BA 0 2D D 10 13D 35 41
Octal 325 165 272 0 55 15 20 475 65 101
Binary 11010101 1110101 10111010 0 101101 1101 10000 100111101 110101 1000001

Color Harmonies of #D575BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D575BA

Black with #D575BA

Text Example


Text Example

White with #D575BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D575BA; }

 p { color: rgb(213,117,186); }

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

background-color css

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

 a { background-color: rgb(213,117,186); }

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

border-color css

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

 span { border-color: rgb(213,117,186); }

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