Html Css Color HEX #D26EE5 Orchid

📋 copy color: '#D26EE5'

red 210 ◦ green 110 ◦ blue 229

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

Shades of Orchid #D26EE5

Tints of Orchid #D26EE5

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.04%

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

R = 38.25%
G = 20.04%
B = 41.71%

CMYK

 C value IS 0.08

 M value IS 0.52

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D26EE5 (or 0xD26EE5) is known color: Orchid. HEX triplet: D2, 6E and E5. RGB value is (210,110,229). Sum of RGB (Red+Green+Blue) = 210+110+229=549 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.25% from 549); Green value is 110 (43.36% from 255 or 20.04% from 549); Blue value is 229 (89.84% from 255 or 41.71% from 549); Max value from RGB is 229 - color contains mainly: blue. Hex color #D26EE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26EE5 is #2D911A. Grayscale: #999999. Windows color (decimal): -2986267 or 15036114. OLE color: 15036114.

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

Color convert

RGB 210 110 229 -
CMYK 0.08 0.52 0 0.10
HSL 290.42º 0.7% 0.66% -
HSV(B) 290.42º 0.52% 0.9% -
XYZ 46.3 30.51 77.58 -
YUV 153.47 170.63 168.32 -
System Red Green Blue C M Y K H S L
Decimal 210 110 229 0.08 0.52 0 0.10 290.42 0.7 0.66
Hex D2 6E E5 8 34 0 A 122 46 42
Octal 322 156 345 10 64 0 12 442 106 102
Binary 11010010 1101110 11100101 1000 110100 0 1010 100100010 1000110 1000010

Color Harmonies of #D26EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26EE5

Black with #D26EE5

Text Example


Text Example

White with #D26EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26EE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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