Html Css Color HEX #D26BBA Orchid

📋 copy color: '#D26BBA'

red 210 ◦ green 107 ◦ blue 186

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

Shades of Orchid #D26BBA

Tints of Orchid #D26BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.98%

R = 41.75%
G = 21.27%
B = 36.98%

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

#D26BBA (or 0xD26BBA) is known color: Orchid. HEX triplet: D2, 6B and BA. RGB value is (210,107,186). Sum of RGB (Red+Green+Blue) = 210+107+186=503 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.75% from 503); Green value is 107 (42.19% from 255 or 21.27% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 210 - color contains mainly: red. Hex color #D26BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26BBA is #2D9445. Grayscale: #929292. Windows color (decimal): -2987078 or 12217298. OLE color: 12217298.

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

Color convert

RGB 210 107 186 -
CMYK 0 0.49 0.11 0.18
HSL 313.98º 0.53% 0.62% -
HSV(B) 313.98º 0.49% 0.82% -
XYZ 40.7 27.76 49.67 -
YUV 146.8 150.12 173.08 -
System Red Green Blue C M Y K H S L
Decimal 210 107 186 0 0.49 0.11 0.18 313.98 0.53 0.62
Hex D2 6B BA 0 31 B 12 13A 35 3E
Octal 322 153 272 0 61 13 22 472 65 76
Binary 11010010 1101011 10111010 0 110001 1011 10010 100111010 110101 111110

Color Harmonies of #D26BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26BBA

Black with #D26BBA

Text Example


Text Example

White with #D26BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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