Html Css Color HEX #D484D5 Orchid

📋 copy color: '#D484D5'

red 212 ◦ green 132 ◦ blue 213

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

Shades of Orchid #D484D5

Tints of Orchid #D484D5

RGB

 RED value IS 212 (83.2% from 255) = 38.06%

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

 BLUE value IS 213 (83.59% from 255) = 38.24%

R = 38.06%
G = 23.7%
B = 38.24%

CMYK

 C value IS 0.00

 M value IS 0.38

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D484D5 (or 0xD484D5) is known color: Orchid. HEX triplet: D4, 84 and D5. RGB value is (212,132,213). Sum of RGB (Red+Green+Blue) = 212+132+213=557 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.06% from 557); Green value is 132 (51.95% from 255 or 23.70% from 557); Blue value is 213 (83.59% from 255 or 38.24% from 557); Max value from RGB is 213 - color contains mainly: blue. Hex color #D484D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D484D5 is #2B7B2A. Grayscale: #A4A4A4. Windows color (decimal): -2849579 or 13993172. OLE color: 13993172.

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

Color convert

RGB 212 132 213 -
CMYK 0.00 0.38 0 0.16
HSL 299.26º 0.49% 0.68% -
HSV(B) 299.26º 0.38% 0.84% -
XYZ 47.41 35.3 67.27 -
YUV 165.15 155 161.41 -
System Red Green Blue C M Y K H S L
Decimal 212 132 213 0.00 0.38 0 0.16 299.26 0.49 0.68
Hex D4 84 D5 0 26 0 10 12B 31 44
Octal 324 204 325 0 46 0 20 453 61 104
Binary 11010100 10000100 11010101 0 100110 0 10000 100101011 110001 1000100

Color Harmonies of #D484D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D484D5

Black with #D484D5

Text Example


Text Example

White with #D484D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D484D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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