Html Css Color HEX #D281DB Orchid

📋 copy color: '#D281DB'

red 210 ◦ green 129 ◦ blue 219

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

Shades of Orchid #D281DB

Tints of Orchid #D281DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.25%

R = 37.63%
G = 23.12%
B = 39.25%

CMYK

 C value IS 0.04

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D281DB (or 0xD281DB) is known color: Orchid. HEX triplet: D2, 81 and DB. RGB value is (210,129,219). Sum of RGB (Red+Green+Blue) = 210+129+219=558 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.63% from 558); Green value is 129 (50.78% from 255 or 23.12% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 219 - color contains mainly: blue. Hex color #D281DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D281DB is #2D7E24. Grayscale: #A3A3A3. Windows color (decimal): -2981413 or 14385618. OLE color: 14385618.

HSL color Cylindrical-coordinate representation of color #D281DB: hue angle of 294º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D281DB is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 210 129 219 -
CMYK 0.04 0.41 0 0.14
HSL 294º 0.56% 0.68% -
HSV(B) 294º 0.41% 0.86% -
XYZ 47.21 34.52 71.19 -
YUV 163.48 159.34 161.18 -
System Red Green Blue C M Y K H S L
Decimal 210 129 219 0.04 0.41 0 0.14 294 0.56 0.68
Hex D2 81 DB 4 29 0 E 126 38 44
Octal 322 201 333 4 51 0 16 446 70 104
Binary 11010010 10000001 11011011 100 101001 0 1110 100100110 111000 1000100

Color Harmonies of #D281DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D281DB

Black with #D281DB

Text Example


Text Example

White with #D281DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D281DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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