Html Css Color HEX #D281D6 Orchid

📋 copy color: '#D281D6'

red 210 ◦ green 129 ◦ blue 214

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

Shades of Orchid #D281D6

Tints of Orchid #D281D6

RGB

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

 GREEN value IS 129 (50.78% from 255) = 23.33%

 BLUE value IS 214 (83.98% from 255) = 38.7%

R = 37.97%
G = 23.33%
B = 38.7%

CMYK

 C value IS 0.02

 M value IS 0.40

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D281D6 (or 0xD281D6) is known color: Orchid. HEX triplet: D2, 81 and D6. RGB value is (210,129,214). Sum of RGB (Red+Green+Blue) = 210+129+214=553 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.97% from 553); Green value is 129 (50.78% from 255 or 23.33% from 553); Blue value is 214 (83.98% from 255 or 38.70% from 553); Max value from RGB is 214 - color contains mainly: blue. Hex color #D281D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D281D6 is #2D7E29. Grayscale: #A2A2A2. Windows color (decimal): -2981418 or 14057938. OLE color: 14057938.

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

Color convert

RGB 210 129 214 -
CMYK 0.02 0.40 0 0.16
HSL 297.18º 0.51% 0.67% -
HSV(B) 297.18º 0.4% 0.84% -
XYZ 46.57 34.26 67.78 -
YUV 162.91 156.84 161.59 -
System Red Green Blue C M Y K H S L
Decimal 210 129 214 0.02 0.40 0 0.16 297.18 0.51 0.67
Hex D2 81 D6 2 28 0 10 129 33 43
Octal 322 201 326 2 50 0 20 451 63 103
Binary 11010010 10000001 11010110 10 101000 0 10000 100101001 110011 1000011

Color Harmonies of #D281D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D281D6

Black with #D281D6

Text Example


Text Example

White with #D281D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D281D6; }

 p { color: rgb(210,129,214); }

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

background-color css

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

 a { background-color: rgb(210,129,214); }

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

border-color css

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

 span { border-color: rgb(210,129,214); }

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