Html Css Color HEX #D584C9 Orchid

📋 copy color: '#D584C9'

red 213 ◦ green 132 ◦ blue 201

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

Shades of Orchid #D584C9

Tints of Orchid #D584C9

RGB

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

 GREEN value IS 132 (51.95% from 255) = 24.18%

 BLUE value IS 201 (78.91% from 255) = 36.81%

R = 39.01%
G = 24.18%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D584C9 (or 0xD584C9) is known color: Orchid. HEX triplet: D5, 84 and C9. RGB value is (213,132,201). Sum of RGB (Red+Green+Blue) = 213+132+201=546 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.01% from 546); Green value is 132 (51.95% from 255 or 24.18% from 546); Blue value is 201 (78.91% from 255 or 36.81% from 546); Max value from RGB is 213 - color contains mainly: red. Hex color #D584C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D584C9 is #2A7B36. Grayscale: #A3A3A3. Windows color (decimal): -2784055 or 13206741. OLE color: 13206741.

HSL color Cylindrical-coordinate representation of color #D584C9: hue angle of 308.89º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D584C9 is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 132 201 -
CMYK 0 0.38 0.06 0.16
HSL 308.89º 0.49% 0.68% -
HSV(B) 308.89º 0.38% 0.84% -
XYZ 46.23 34.87 59.55 -
YUV 164.09 148.84 162.89 -
System Red Green Blue C M Y K H S L
Decimal 213 132 201 0 0.38 0.06 0.16 308.89 0.49 0.68
Hex D5 84 C9 0 26 6 10 135 31 44
Octal 325 204 311 0 46 6 20 465 61 104
Binary 11010101 10000100 11001001 0 100110 110 10000 100110101 110001 1000100

Color Harmonies of #D584C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D584C9

Black with #D584C9

Text Example


Text Example

White with #D584C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D584C9; }

 p { color: rgb(213,132,201); }

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

background-color css

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

 a { background-color: rgb(213,132,201); }

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

border-color css

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

 span { border-color: rgb(213,132,201); }

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