Html Css Color HEX #D578CB Orchid

📋 copy color: '#D578CB'

red 213 ◦ green 120 ◦ blue 203

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

Shades of Orchid #D578CB

Tints of Orchid #D578CB

RGB

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

 GREEN value IS 120 (47.27% from 255) = 22.39%

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

R = 39.74%
G = 22.39%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D578CB (or 0xD578CB) is known color: Orchid. HEX triplet: D5, 78 and CB. RGB value is (213,120,203). Sum of RGB (Red+Green+Blue) = 213+120+203=536 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.74% from 536); Green value is 120 (47.27% from 255 or 22.39% from 536); Blue value is 203 (79.69% from 255 or 37.87% from 536); Max value from RGB is 213 - color contains mainly: red. Hex color #D578CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D578CB is #2A8734. Grayscale: #9D9D9D. Windows color (decimal): -2787125 or 13334741. OLE color: 13334741.

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

Color convert

RGB 213 120 203 -
CMYK 0 0.44 0.05 0.16
HSL 306.45º 0.53% 0.65% -
HSV(B) 306.45º 0.44% 0.84% -
XYZ 44.94 31.89 60.29 -
YUV 157.27 153.81 167.75 -
System Red Green Blue C M Y K H S L
Decimal 213 120 203 0 0.44 0.05 0.16 306.45 0.53 0.65
Hex D5 78 CB 0 2C 5 10 132 35 41
Octal 325 170 313 0 54 5 20 462 65 101
Binary 11010101 1111000 11001011 0 101100 101 10000 100110010 110101 1000001

Color Harmonies of #D578CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D578CB

Black with #D578CB

Text Example


Text Example

White with #D578CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D578CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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