Html Css Color HEX #D26FB5 Orchid

📋 copy color: '#D26FB5'

red 210 ◦ green 111 ◦ blue 181

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

Shades of Orchid #D26FB5

Tints of Orchid #D26FB5

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.11%

 BLUE value IS 181 (71.09% from 255) = 36.06%

R = 41.83%
G = 22.11%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D26FB5 (or 0xD26FB5) is known color: Orchid. HEX triplet: D2, 6F and B5. RGB value is (210,111,181). Sum of RGB (Red+Green+Blue) = 210+111+181=502 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.83% from 502); Green value is 111 (43.75% from 255 or 22.11% from 502); Blue value is 181 (71.09% from 255 or 36.06% from 502); Max value from RGB is 210 - color contains mainly: red. Hex color #D26FB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26FB5 is #2D904A. Grayscale: #949494. Windows color (decimal): -2986059 or 11890642. OLE color: 11890642.

HSL color Cylindrical-coordinate representation of color #D26FB5: hue angle of 317.58º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D26FB5 is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 111 181 -
CMYK 0 0.47 0.14 0.18
HSL 317.58º 0.52% 0.63% -
HSV(B) 317.58º 0.47% 0.82% -
XYZ 40.6 28.41 47.06 -
YUV 148.58 146.3 171.81 -
System Red Green Blue C M Y K H S L
Decimal 210 111 181 0 0.47 0.14 0.18 317.58 0.52 0.63
Hex D2 6F B5 0 2F E 12 13E 34 3F
Octal 322 157 265 0 57 16 22 476 64 77
Binary 11010010 1101111 10110101 0 101111 1110 10010 100111110 110100 111111

Color Harmonies of #D26FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26FB5

Black with #D26FB5

Text Example


Text Example

White with #D26FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26FB5; }

 p { color: rgb(210,111,181); }

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

background-color css

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

 a { background-color: rgb(210,111,181); }

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

border-color css

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

 span { border-color: rgb(210,111,181); }

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