Html Css Color HEX #D575BC Orchid

📋 copy color: '#D575BC'

red 213 ◦ green 117 ◦ blue 188

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

Shades of Orchid #D575BC

Tints of Orchid #D575BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.29%

R = 41.12%
G = 22.59%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D575BC (or 0xD575BC) is known color: Orchid. HEX triplet: D5, 75 and BC. RGB value is (213,117,188). Sum of RGB (Red+Green+Blue) = 213+117+188=518 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.12% from 518); Green value is 117 (46.09% from 255 or 22.59% from 518); Blue value is 188 (73.83% from 255 or 36.29% from 518); Max value from RGB is 213 - color contains mainly: red. Hex color #D575BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D575BC is #2A8A43. Grayscale: #999999. Windows color (decimal): -2787908 or 12350933. OLE color: 12350933.

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

Color convert

RGB 213 117 188 -
CMYK 0 0.45 0.12 0.16
HSL 315.63º 0.53% 0.65% -
HSV(B) 315.63º 0.45% 0.84% -
XYZ 42.88 30.5 51.2 -
YUV 153.8 147.3 170.23 -
System Red Green Blue C M Y K H S L
Decimal 213 117 188 0 0.45 0.12 0.16 315.63 0.53 0.65
Hex D5 75 BC 0 2D C 10 13C 35 41
Octal 325 165 274 0 55 14 20 474 65 101
Binary 11010101 1110101 10111100 0 101101 1100 10000 100111100 110101 1000001

Color Harmonies of #D575BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D575BC

Black with #D575BC

Text Example


Text Example

White with #D575BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D575BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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