Html Css Color HEX #D284DA Orchid

📋 copy color: '#D284DA'

red 210 ◦ green 132 ◦ blue 218

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

Shades of Orchid #D284DA

Tints of Orchid #D284DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.93%

R = 37.5%
G = 23.57%
B = 38.93%

CMYK

 C value IS 0.04

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D284DA (or 0xD284DA) is known color: Orchid. HEX triplet: D2, 84 and DA. RGB value is (210,132,218). Sum of RGB (Red+Green+Blue) = 210+132+218=560 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.5% from 560); Green value is 132 (51.95% from 255 or 23.57% from 560); Blue value is 218 (85.55% from 255 or 38.93% from 560); Max value from RGB is 218 - color contains mainly: blue. Hex color #D284DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D284DA is #2D7B25. Grayscale: #A4A4A4. Windows color (decimal): -2980646 or 14320850. OLE color: 14320850.

HSL color Cylindrical-coordinate representation of color #D284DA: hue angle of 294.42º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D284DA is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 210 132 218 -
CMYK 0.04 0.39 0 0.15
HSL 294.42º 0.54% 0.69% -
HSV(B) 294.42º 0.39% 0.85% -
XYZ 47.48 35.27 70.63 -
YUV 165.13 157.84 160.01 -
System Red Green Blue C M Y K H S L
Decimal 210 132 218 0.04 0.39 0 0.15 294.42 0.54 0.69
Hex D2 84 DA 4 27 0 F 126 36 45
Octal 322 204 332 4 47 0 17 446 66 105
Binary 11010010 10000100 11011010 100 100111 0 1111 100100110 110110 1000101

Color Harmonies of #D284DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D284DA

Black with #D284DA

Text Example


Text Example

White with #D284DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D284DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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