Html Css Color HEX #D584CC Orchid

📋 copy color: '#D584CC'

red 213 ◦ green 132 ◦ blue 204

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

Shades of Orchid #D584CC

Tints of Orchid #D584CC

RGB

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

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

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

R = 38.8%
G = 24.04%
B = 37.16%

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

#D584CC (or 0xD584CC) is known color: Orchid. HEX triplet: D5, 84 and CC. RGB value is (213,132,204). Sum of RGB (Red+Green+Blue) = 213+132+204=549 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.80% from 549); Green value is 132 (51.95% from 255 or 24.04% from 549); Blue value is 204 (80.08% from 255 or 37.16% from 549); Max value from RGB is 213 - color contains mainly: red. Hex color #D584CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D584CC is #2A7B33. Grayscale: #A4A4A4. Windows color (decimal): -2784052 or 13403349. OLE color: 13403349.

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

Color convert

RGB 213 132 204 -
CMYK 0 0.38 0.04 0.16
HSL 306.67º 0.49% 0.68% -
HSV(B) 306.67º 0.38% 0.84% -
XYZ 46.59 35.01 61.43 -
YUV 164.43 150.34 162.65 -
System Red Green Blue C M Y K H S L
Decimal 213 132 204 0 0.38 0.04 0.16 306.67 0.49 0.68
Hex D5 84 CC 0 26 4 10 133 31 44
Octal 325 204 314 0 46 4 20 463 61 104
Binary 11010101 10000100 11001100 0 100110 100 10000 100110011 110001 1000100

Color Harmonies of #D584CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D584CC

Black with #D584CC

Text Example


Text Example

White with #D584CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D584CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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