Html Css Color HEX #D578CC Orchid

📋 copy color: '#D578CC'

red 213 ◦ green 120 ◦ blue 204

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

Shades of Orchid #D578CC

Tints of Orchid #D578CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.99%

R = 39.66%
G = 22.35%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D578CC (or 0xD578CC) is known color: Orchid. HEX triplet: D5, 78 and CC. RGB value is (213,120,204). Sum of RGB (Red+Green+Blue) = 213+120+204=537 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.66% from 537); Green value is 120 (47.27% from 255 or 22.35% from 537); Blue value is 204 (80.08% from 255 or 37.99% from 537); Max value from RGB is 213 - color contains mainly: red. Hex color #D578CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D578CC is #2A8733. Grayscale: #9D9D9D. Windows color (decimal): -2787124 or 13400277. OLE color: 13400277.

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

Color convert

RGB 213 120 204 -
CMYK 0 0.44 0.04 0.16
HSL 305.81º 0.53% 0.65% -
HSV(B) 305.81º 0.44% 0.84% -
XYZ 45.06 31.94 60.92 -
YUV 157.38 154.31 167.67 -
System Red Green Blue C M Y K H S L
Decimal 213 120 204 0 0.44 0.04 0.16 305.81 0.53 0.65
Hex D5 78 CC 0 2C 4 10 132 35 41
Octal 325 170 314 0 54 4 20 462 65 101
Binary 11010101 1111000 11001100 0 101100 100 10000 100110010 110101 1000001

Color Harmonies of #D578CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D578CC

Black with #D578CC

Text Example


Text Example

White with #D578CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D578CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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