Html Css Color HEX #D26FB6 Orchid

📋 copy color: '#D26FB6'

red 210 ◦ green 111 ◦ blue 182

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

Shades of Orchid #D26FB6

Tints of Orchid #D26FB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 36.18%

R = 41.75%
G = 22.07%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D26FB6 (or 0xD26FB6) is known color: Orchid. HEX triplet: D2, 6F and B6. RGB value is (210,111,182). Sum of RGB (Red+Green+Blue) = 210+111+182=503 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.75% from 503); Green value is 111 (43.75% from 255 or 22.07% from 503); Blue value is 182 (71.48% from 255 or 36.18% from 503); Max value from RGB is 210 - color contains mainly: red. Hex color #D26FB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26FB6 is #2D9049. Grayscale: #949494. Windows color (decimal): -2986058 or 11956178. OLE color: 11956178.

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

Color convert

RGB 210 111 182 -
CMYK 0 0.47 0.13 0.18
HSL 316.97º 0.52% 0.63% -
HSV(B) 316.97º 0.47% 0.82% -
XYZ 40.71 28.45 47.6 -
YUV 148.7 146.8 171.73 -
System Red Green Blue C M Y K H S L
Decimal 210 111 182 0 0.47 0.13 0.18 316.97 0.52 0.63
Hex D2 6F B6 0 2F D 12 13D 34 3F
Octal 322 157 266 0 57 15 22 475 64 77
Binary 11010010 1101111 10110110 0 101111 1101 10010 100111101 110100 111111

Color Harmonies of #D26FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26FB6

Black with #D26FB6

Text Example


Text Example

White with #D26FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26FB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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