Html Css Color HEX #D284DD Orchid

📋 copy color: '#D284DD'

red 210 ◦ green 132 ◦ blue 221

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

Shades of Orchid #D284DD

Tints of Orchid #D284DD

RGB

 RED value IS 210 (82.42% from 255) = 37.3%

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

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

R = 37.3%
G = 23.45%
B = 39.25%

CMYK

 C value IS 0.05

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D284DD (or 0xD284DD) is known color: Orchid. HEX triplet: D2, 84 and DD. RGB value is (210,132,221). Sum of RGB (Red+Green+Blue) = 210+132+221=563 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.30% from 563); Green value is 132 (51.95% from 255 or 23.45% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 221 - color contains mainly: blue. Hex color #D284DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D284DD is #2D7B22. Grayscale: #A5A5A5. Windows color (decimal): -2980643 or 14517458. OLE color: 14517458.

HSL color Cylindrical-coordinate representation of color #D284DD: hue angle of 292.58º 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 #D284DD is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 132 221 -
CMYK 0.05 0.40 0 0.13
HSL 292.58º 0.57% 0.69% -
HSV(B) 292.58º 0.4% 0.87% -
XYZ 47.88 35.42 72.72 -
YUV 165.47 159.34 159.76 -
System Red Green Blue C M Y K H S L
Decimal 210 132 221 0.05 0.40 0 0.13 292.58 0.57 0.69
Hex D2 84 DD 5 28 0 D 125 39 45
Octal 322 204 335 5 50 0 15 445 71 105
Binary 11010010 10000100 11011101 101 101000 0 1101 100100101 111001 1000101

Color Harmonies of #D284DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D284DD

Black with #D284DD

Text Example


Text Example

White with #D284DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D284DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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