Html Css Color HEX #D26CB8 Orchid

📋 copy color: '#D26CB8'

red 210 ◦ green 108 ◦ blue 184

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

Shades of Orchid #D26CB8

Tints of Orchid #D26CB8

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.51%

 BLUE value IS 184 (72.27% from 255) = 36.65%

R = 41.83%
G = 21.51%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D26CB8 (or 0xD26CB8) is known color: Orchid. HEX triplet: D2, 6C and B8. RGB value is (210,108,184). Sum of RGB (Red+Green+Blue) = 210+108+184=502 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.83% from 502); Green value is 108 (42.58% from 255 or 21.51% from 502); Blue value is 184 (72.27% from 255 or 36.65% from 502); Max value from RGB is 210 - color contains mainly: red. Hex color #D26CB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26CB8 is #2D9347. Grayscale: #929292. Windows color (decimal): -2986824 or 12086482. OLE color: 12086482.

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

Color convert

RGB 210 108 184 -
CMYK 0 0.49 0.12 0.18
HSL 315.29º 0.53% 0.62% -
HSV(B) 315.29º 0.49% 0.82% -
XYZ 40.59 27.89 48.59 -
YUV 147.16 148.79 172.82 -
System Red Green Blue C M Y K H S L
Decimal 210 108 184 0 0.49 0.12 0.18 315.29 0.53 0.62
Hex D2 6C B8 0 31 C 12 13B 35 3E
Octal 322 154 270 0 61 14 22 473 65 76
Binary 11010010 1101100 10111000 0 110001 1100 10010 100111011 110101 111110

Color Harmonies of #D26CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26CB8

Black with #D26CB8

Text Example


Text Example

White with #D26CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26CB8; }

 p { color: rgb(210,108,184); }

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

background-color css

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

 a { background-color: rgb(210,108,184); }

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

border-color css

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

 span { border-color: rgb(210,108,184); }

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