Html Css Color HEX #D284C9 Orchid

📋 copy color: '#D284C9'

red 210 ◦ green 132 ◦ blue 201

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

Shades of Orchid #D284C9

Tints of Orchid #D284C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 37.02%

R = 38.67%
G = 24.31%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D284C9 (or 0xD284C9) is known color: Orchid. HEX triplet: D2, 84 and C9. RGB value is (210,132,201). Sum of RGB (Red+Green+Blue) = 210+132+201=543 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.67% from 543); Green value is 132 (51.95% from 255 or 24.31% from 543); Blue value is 201 (78.91% from 255 or 37.02% from 543); Max value from RGB is 210 - color contains mainly: red. Hex color #D284C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D284C9 is #2D7B36. Grayscale: #A2A2A2. Windows color (decimal): -2980663 or 13206738. OLE color: 13206738.

HSL color Cylindrical-coordinate representation of color #D284C9: hue angle of 306.92º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D284C9 is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 132 201 -
CMYK 0 0.37 0.04 0.18
HSL 306.92º 0.46% 0.67% -
HSV(B) 306.92º 0.37% 0.82% -
XYZ 45.37 34.42 59.51 -
YUV 163.19 149.34 161.39 -
System Red Green Blue C M Y K H S L
Decimal 210 132 201 0 0.37 0.04 0.18 306.92 0.46 0.67
Hex D2 84 C9 0 25 4 12 133 2E 43
Octal 322 204 311 0 45 4 22 463 56 103
Binary 11010010 10000100 11001001 0 100101 100 10010 100110011 101110 1000011

Color Harmonies of #D284C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D284C9

Black with #D284C9

Text Example


Text Example

White with #D284C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D284C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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