Html Css Color HEX #D26BBB Orchid

📋 copy color: '#D26BBB'

red 210 ◦ green 107 ◦ blue 187

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

Shades of Orchid #D26BBB

Tints of Orchid #D26BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.1%

R = 41.67%
G = 21.23%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D26BBB (or 0xD26BBB) is known color: Orchid. HEX triplet: D2, 6B and BB. RGB value is (210,107,187). Sum of RGB (Red+Green+Blue) = 210+107+187=504 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.67% from 504); Green value is 107 (42.19% from 255 or 21.23% from 504); Blue value is 187 (73.44% from 255 or 37.10% from 504); Max value from RGB is 210 - color contains mainly: red. Hex color #D26BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26BBB is #2D9444. Grayscale: #929292. Windows color (decimal): -2987077 or 12282834. OLE color: 12282834.

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

Color convert

RGB 210 107 187 -
CMYK 0 0.49 0.11 0.18
HSL 313.4º 0.53% 0.62% -
HSV(B) 313.4º 0.49% 0.82% -
XYZ 40.81 27.8 50.23 -
YUV 146.92 150.62 173 -
System Red Green Blue C M Y K H S L
Decimal 210 107 187 0 0.49 0.11 0.18 313.4 0.53 0.62
Hex D2 6B BB 0 31 B 12 139 35 3E
Octal 322 153 273 0 61 13 22 471 65 76
Binary 11010010 1101011 10111011 0 110001 1011 10010 100111001 110101 111110

Color Harmonies of #D26BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26BBB

Black with #D26BBB

Text Example


Text Example

White with #D26BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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