Html Css Color HEX #D284D7 Orchid

📋 copy color: '#D284D7'

red 210 ◦ green 132 ◦ blue 215

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

Shades of Orchid #D284D7

Tints of Orchid #D284D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 38.6%

R = 37.7%
G = 23.7%
B = 38.6%

CMYK

 C value IS 0.02

 M value IS 0.39

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D284D7 (or 0xD284D7) is known color: Orchid. HEX triplet: D2, 84 and D7. RGB value is (210,132,215). Sum of RGB (Red+Green+Blue) = 210+132+215=557 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.70% from 557); Green value is 132 (51.95% from 255 or 23.70% from 557); Blue value is 215 (84.38% from 255 or 38.60% from 557); Max value from RGB is 215 - color contains mainly: blue. Hex color #D284D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D284D7 is #2D7B28. Grayscale: #A4A4A4. Windows color (decimal): -2980649 or 14124242. OLE color: 14124242.

HSL color Cylindrical-coordinate representation of color #D284D7: hue angle of 296.39º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D284D7 is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 210 132 215 -
CMYK 0.02 0.39 0 0.16
HSL 296.39º 0.51% 0.68% -
HSV(B) 296.39º 0.39% 0.84% -
XYZ 47.1 35.11 68.58 -
YUV 164.78 156.34 160.25 -
System Red Green Blue C M Y K H S L
Decimal 210 132 215 0.02 0.39 0 0.16 296.39 0.51 0.68
Hex D2 84 D7 2 27 0 10 128 33 44
Octal 322 204 327 2 47 0 20 450 63 104
Binary 11010010 10000100 11010111 10 100111 0 10000 100101000 110011 1000100

Color Harmonies of #D284D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D284D7

Black with #D284D7

Text Example


Text Example

White with #D284D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D284D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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