Html Css Color HEX #D284C2 Orchid

📋 copy color: '#D284C2'

red 210 ◦ green 132 ◦ blue 194

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

Shades of Orchid #D284C2

Tints of Orchid #D284C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 36.19%

R = 39.18%
G = 24.63%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D284C2 (or 0xD284C2) is known color: Orchid. HEX triplet: D2, 84 and C2. RGB value is (210,132,194). Sum of RGB (Red+Green+Blue) = 210+132+194=536 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.18% from 536); Green value is 132 (51.95% from 255 or 24.63% from 536); Blue value is 194 (76.17% from 255 or 36.19% from 536); Max value from RGB is 210 - color contains mainly: red. Hex color #D284C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D284C2 is #2D7B3D. Grayscale: #A2A2A2. Windows color (decimal): -2980670 or 12747986. OLE color: 12747986.

HSL color Cylindrical-coordinate representation of color #D284C2: hue angle of 312.31º 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 #D284C2 is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 132 194 -
CMYK 0 0.37 0.08 0.18
HSL 312.31º 0.46% 0.67% -
HSV(B) 312.31º 0.37% 0.82% -
XYZ 44.57 34.1 55.27 -
YUV 162.39 145.84 161.96 -
System Red Green Blue C M Y K H S L
Decimal 210 132 194 0 0.37 0.08 0.18 312.31 0.46 0.67
Hex D2 84 C2 0 25 8 12 138 2E 43
Octal 322 204 302 0 45 10 22 470 56 103
Binary 11010010 10000100 11000010 0 100101 1000 10010 100111000 101110 1000011

Color Harmonies of #D284C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D284C2

Black with #D284C2

Text Example


Text Example

White with #D284C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D284C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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