Html Css Color HEX #D577CE Orchid

📋 copy color: '#D577CE'

red 213 ◦ green 119 ◦ blue 206

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

Shades of Orchid #D577CE

Tints of Orchid #D577CE

RGB

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

 GREEN value IS 119 (46.88% from 255) = 22.12%

 BLUE value IS 206 (80.86% from 255) = 38.29%

R = 39.59%
G = 22.12%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D577CE (or 0xD577CE) is known color: Orchid. HEX triplet: D5, 77 and CE. RGB value is (213,119,206). Sum of RGB (Red+Green+Blue) = 213+119+206=538 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.59% from 538); Green value is 119 (46.88% from 255 or 22.12% from 538); Blue value is 206 (80.86% from 255 or 38.29% from 538); Max value from RGB is 213 - color contains mainly: red. Hex color #D577CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D577CE is #2A8831. Grayscale: #9C9C9C. Windows color (decimal): -2787378 or 13531093. OLE color: 13531093.

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

Color convert

RGB 213 119 206 -
CMYK 0 0.44 0.03 0.16
HSL 304.47º 0.53% 0.65% -
HSV(B) 304.47º 0.44% 0.84% -
XYZ 45.18 31.8 62.15 -
YUV 157.02 155.64 167.93 -
System Red Green Blue C M Y K H S L
Decimal 213 119 206 0 0.44 0.03 0.16 304.47 0.53 0.65
Hex D5 77 CE 0 2C 3 10 130 35 41
Octal 325 167 316 0 54 3 20 460 65 101
Binary 11010101 1110111 11001110 0 101100 11 10000 100110000 110101 1000001

Color Harmonies of #D577CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D577CE

Black with #D577CE

Text Example


Text Example

White with #D577CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D577CE; }

 p { color: rgb(213,119,206); }

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

background-color css

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

 a { background-color: rgb(213,119,206); }

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

border-color css

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

 span { border-color: rgb(213,119,206); }

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