Html Css Color HEX #D584CD Orchid

📋 copy color: '#D584CD'

red 213 ◦ green 132 ◦ blue 205

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

Shades of Orchid #D584CD

Tints of Orchid #D584CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.27%

R = 38.73%
G = 24%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D584CD (or 0xD584CD) is known color: Orchid. HEX triplet: D5, 84 and CD. RGB value is (213,132,205). Sum of RGB (Red+Green+Blue) = 213+132+205=550 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.73% from 550); Green value is 132 (51.95% from 255 or 24% from 550); Blue value is 205 (80.47% from 255 or 37.27% from 550); Max value from RGB is 213 - color contains mainly: red. Hex color #D584CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D584CD is #2A7B32. Grayscale: #A4A4A4. Windows color (decimal): -2784051 or 13468885. OLE color: 13468885.

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

Color convert

RGB 213 132 205 -
CMYK 0 0.38 0.04 0.16
HSL 305.93º 0.49% 0.68% -
HSV(B) 305.93º 0.38% 0.84% -
XYZ 46.71 35.06 62.06 -
YUV 164.54 150.84 162.56 -
System Red Green Blue C M Y K H S L
Decimal 213 132 205 0 0.38 0.04 0.16 305.93 0.49 0.68
Hex D5 84 CD 0 26 4 10 132 31 44
Octal 325 204 315 0 46 4 20 462 61 104
Binary 11010101 10000100 11001101 0 100110 100 10000 100110010 110001 1000100

Color Harmonies of #D584CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D584CD

Black with #D584CD

Text Example


Text Example

White with #D584CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D584CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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