Html Css Color HEX #D26AE5 Orchid

📋 copy color: '#D26AE5'

red 210 ◦ green 106 ◦ blue 229

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

Shades of Orchid #D26AE5

Tints of Orchid #D26AE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 42.02%

R = 38.53%
G = 19.45%
B = 42.02%

CMYK

 C value IS 0.08

 M value IS 0.54

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D26AE5 (or 0xD26AE5) is known color: Orchid. HEX triplet: D2, 6A and E5. RGB value is (210,106,229). Sum of RGB (Red+Green+Blue) = 210+106+229=545 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.53% from 545); Green value is 106 (41.80% from 255 or 19.45% from 545); Blue value is 229 (89.84% from 255 or 42.02% from 545); Max value from RGB is 229 - color contains mainly: blue. Hex color #D26AE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26AE5 is #2D951A. Grayscale: #969696. Windows color (decimal): -2987291 or 15035090. OLE color: 15035090.

HSL color Cylindrical-coordinate representation of color #D26AE5: hue angle of 290.73º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D26AE5 is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 210 106 229 -
CMYK 0.08 0.54 0 0.10
HSL 290.73º 0.7% 0.66% -
HSV(B) 290.73º 0.54% 0.9% -
XYZ 45.88 29.67 77.44 -
YUV 151.12 171.96 170 -
System Red Green Blue C M Y K H S L
Decimal 210 106 229 0.08 0.54 0 0.10 290.73 0.7 0.66
Hex D2 6A E5 8 36 0 A 123 46 42
Octal 322 152 345 10 66 0 12 443 106 102
Binary 11010010 1101010 11100101 1000 110110 0 1010 100100011 1000110 1000010

Color Harmonies of #D26AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26AE5

Black with #D26AE5

Text Example


Text Example

White with #D26AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26AE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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