Html Css Color HEX #D484DD Orchid

📋 copy color: '#D484DD'

red 212 ◦ green 132 ◦ blue 221

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

Shades of Orchid #D484DD

Tints of Orchid #D484DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.12%

R = 37.52%
G = 23.36%
B = 39.12%

CMYK

 C value IS 0.04

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D484DD (or 0xD484DD) is known color: Orchid. HEX triplet: D4, 84 and DD. RGB value is (212,132,221). Sum of RGB (Red+Green+Blue) = 212+132+221=565 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.52% from 565); Green value is 132 (51.95% from 255 or 23.36% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 221 - color contains mainly: blue. Hex color #D484DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D484DD is #2B7B22. Grayscale: #A5A5A5. Windows color (decimal): -2849571 or 14517460. OLE color: 14517460.

HSL color Cylindrical-coordinate representation of color #D484DD: hue angle of 293.93º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D484DD is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 132 221 -
CMYK 0.04 0.40 0 0.13
HSL 293.93º 0.57% 0.69% -
HSV(B) 293.93º 0.4% 0.87% -
XYZ 48.45 35.72 72.75 -
YUV 166.07 159 160.76 -
System Red Green Blue C M Y K H S L
Decimal 212 132 221 0.04 0.40 0 0.13 293.93 0.57 0.69
Hex D4 84 DD 4 28 0 D 126 39 45
Octal 324 204 335 4 50 0 15 446 71 105
Binary 11010100 10000100 11011101 100 101000 0 1101 100100110 111001 1000101

Color Harmonies of #D484DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D484DD

Black with #D484DD

Text Example


Text Example

White with #D484DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D484DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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