Html Css Color HEX #D26BB7 Orchid

📋 copy color: '#D26BB7'

red 210 ◦ green 107 ◦ blue 183

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

Shades of Orchid #D26BB7

Tints of Orchid #D26BB7

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.4%

 BLUE value IS 183 (71.88% from 255) = 36.6%

R = 42%
G = 21.4%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D26BB7 (or 0xD26BB7) is known color: Orchid. HEX triplet: D2, 6B and B7. RGB value is (210,107,183). Sum of RGB (Red+Green+Blue) = 210+107+183=500 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42% from 500); Green value is 107 (42.19% from 255 or 21.4% from 500); Blue value is 183 (71.88% from 255 or 36.6% from 500); Max value from RGB is 210 - color contains mainly: red. Hex color #D26BB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26BB7 is #2D9448. Grayscale: #929292. Windows color (decimal): -2987081 or 12020690. OLE color: 12020690.

HSL color Cylindrical-coordinate representation of color #D26BB7: hue angle of 315.73º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D26BB7 is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 107 183 -
CMYK 0 0.49 0.13 0.18
HSL 315.73º 0.53% 0.62% -
HSV(B) 315.73º 0.49% 0.82% -
XYZ 40.38 27.64 48.01 -
YUV 146.46 148.62 173.32 -
System Red Green Blue C M Y K H S L
Decimal 210 107 183 0 0.49 0.13 0.18 315.73 0.53 0.62
Hex D2 6B B7 0 31 D 12 13C 35 3E
Octal 322 153 267 0 61 15 22 474 65 76
Binary 11010010 1101011 10110111 0 110001 1101 10010 100111100 110101 111110

Color Harmonies of #D26BB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26BB7

Black with #D26BB7

Text Example


Text Example

White with #D26BB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26BB7; }

 p { color: rgb(210,107,183); }

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

background-color css

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

 a { background-color: rgb(210,107,183); }

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

border-color css

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

 span { border-color: rgb(210,107,183); }

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