Html Css Color HEX #D584CF Orchid

📋 copy color: '#D584CF'

red 213 ◦ green 132 ◦ blue 207

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

Shades of Orchid #D584CF

Tints of Orchid #D584CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.5%

R = 38.59%
G = 23.91%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D584CF (or 0xD584CF) is known color: Orchid. HEX triplet: D5, 84 and CF. RGB value is (213,132,207). Sum of RGB (Red+Green+Blue) = 213+132+207=552 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.59% from 552); Green value is 132 (51.95% from 255 or 23.91% from 552); Blue value is 207 (81.25% from 255 or 37.5% from 552); Max value from RGB is 213 - color contains mainly: red. Hex color #D584CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D584CF is #2A7B30. Grayscale: #A4A4A4. Windows color (decimal): -2784049 or 13599957. OLE color: 13599957.

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

Color convert

RGB 213 132 207 -
CMYK 0 0.38 0.03 0.16
HSL 304.44º 0.49% 0.68% -
HSV(B) 304.44º 0.38% 0.84% -
XYZ 46.95 35.15 63.34 -
YUV 164.77 151.84 162.4 -
System Red Green Blue C M Y K H S L
Decimal 213 132 207 0 0.38 0.03 0.16 304.44 0.49 0.68
Hex D5 84 CF 0 26 3 10 130 31 44
Octal 325 204 317 0 46 3 20 460 61 104
Binary 11010101 10000100 11001111 0 100110 11 10000 100110000 110001 1000100

Color Harmonies of #D584CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D584CF

Black with #D584CF

Text Example


Text Example

White with #D584CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D584CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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