Html Css Color HEX #D26EE4 Orchid

📋 copy color: '#D26EE4'

red 210 ◦ green 110 ◦ blue 228

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

Shades of Orchid #D26EE4

Tints of Orchid #D26EE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 41.61%

R = 38.32%
G = 20.07%
B = 41.61%

CMYK

 C value IS 0.08

 M value IS 0.52

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D26EE4 (or 0xD26EE4) is known color: Orchid. HEX triplet: D2, 6E and E4. RGB value is (210,110,228). Sum of RGB (Red+Green+Blue) = 210+110+228=548 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.32% from 548); Green value is 110 (43.36% from 255 or 20.07% from 548); Blue value is 228 (89.45% from 255 or 41.61% from 548); Max value from RGB is 228 - color contains mainly: blue. Hex color #D26EE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26EE4 is #2D911B. Grayscale: #989898. Windows color (decimal): -2986268 or 14970578. OLE color: 14970578.

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

Color convert

RGB 210 110 228 -
CMYK 0.08 0.52 0 0.11
HSL 290.85º 0.69% 0.66% -
HSV(B) 290.85º 0.52% 0.89% -
XYZ 46.16 30.45 76.84 -
YUV 153.35 170.13 168.41 -
System Red Green Blue C M Y K H S L
Decimal 210 110 228 0.08 0.52 0 0.11 290.85 0.69 0.66
Hex D2 6E E4 8 34 0 B 123 45 42
Octal 322 156 344 10 64 0 13 443 105 102
Binary 11010010 1101110 11100100 1000 110100 0 1011 100100011 1000101 1000010

Color Harmonies of #D26EE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26EE4

Black with #D26EE4

Text Example


Text Example

White with #D26EE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26EE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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