Html Css Color HEX #D26AC2 Orchid

📋 copy color: '#D26AC2'

red 210 ◦ green 106 ◦ blue 194

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

Shades of Orchid #D26AC2

Tints of Orchid #D26AC2

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.78%

 BLUE value IS 194 (76.17% from 255) = 38.04%

R = 41.18%
G = 20.78%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D26AC2 (or 0xD26AC2) is known color: Orchid. HEX triplet: D2, 6A and C2. RGB value is (210,106,194). Sum of RGB (Red+Green+Blue) = 210+106+194=510 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.18% from 510); Green value is 106 (41.80% from 255 or 20.78% from 510); Blue value is 194 (76.17% from 255 or 38.04% from 510); Max value from RGB is 210 - color contains mainly: red. Hex color #D26AC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26AC2 is #2D953D. Grayscale: #929292. Windows color (decimal): -2987326 or 12741330. OLE color: 12741330.

HSL color Cylindrical-coordinate representation of color #D26AC2: hue angle of 309.23º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D26AC2 is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 106 194 -
CMYK 0 0.50 0.08 0.18
HSL 309.23º 0.54% 0.62% -
HSV(B) 309.23º 0.5% 0.82% -
XYZ 41.47 27.9 54.24 -
YUV 147.13 154.46 172.84 -
System Red Green Blue C M Y K H S L
Decimal 210 106 194 0 0.50 0.08 0.18 309.23 0.54 0.62
Hex D2 6A C2 0 32 8 12 135 36 3E
Octal 322 152 302 0 62 10 22 465 66 76
Binary 11010010 1101010 11000010 0 110010 1000 10010 100110101 110110 111110

Color Harmonies of #D26AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26AC2

Black with #D26AC2

Text Example


Text Example

White with #D26AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26AC2; }

 p { color: rgb(210,106,194); }

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

background-color css

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

 a { background-color: rgb(210,106,194); }

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

border-color css

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

 span { border-color: rgb(210,106,194); }

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