Html Css Color HEX #D573CB Orchid

📋 copy color: '#D573CB'

red 213 ◦ green 115 ◦ blue 203

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

Shades of Orchid #D573CB

Tints of Orchid #D573CB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 21.66%

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

R = 40.11%
G = 21.66%
B = 38.23%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D573CB (or 0xD573CB) is known color: Orchid. HEX triplet: D5, 73 and CB. RGB value is (213,115,203). Sum of RGB (Red+Green+Blue) = 213+115+203=531 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.11% from 531); Green value is 115 (45.31% from 255 or 21.66% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 213 - color contains mainly: red. Hex color #D573CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D573CB is #2A8C34. Grayscale: #9A9A9A. Windows color (decimal): -2788405 or 13333461. OLE color: 13333461.

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

Color convert

RGB 213 115 203 -
CMYK 0 0.46 0.05 0.16
HSL 306.12º 0.54% 0.64% -
HSV(B) 306.12º 0.46% 0.84% -
XYZ 44.35 30.72 60.09 -
YUV 154.33 155.47 169.84 -
System Red Green Blue C M Y K H S L
Decimal 213 115 203 0 0.46 0.05 0.16 306.12 0.54 0.64
Hex D5 73 CB 0 2E 5 10 132 36 40
Octal 325 163 313 0 56 5 20 462 66 100
Binary 11010101 1110011 11001011 0 101110 101 10000 100110010 110110 1000000

Color Harmonies of #D573CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D573CB

Black with #D573CB

Text Example


Text Example

White with #D573CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D573CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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