Html Css Color HEX #D26FE5 Orchid

📋 copy color: '#D26FE5'

red 210 ◦ green 111 ◦ blue 229

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

Shades of Orchid #D26FE5

Tints of Orchid #D26FE5

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.18%

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

R = 38.18%
G = 20.18%
B = 41.64%

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

#D26FE5 (or 0xD26FE5) is known color: Orchid. HEX triplet: D2, 6F and E5. RGB value is (210,111,229). Sum of RGB (Red+Green+Blue) = 210+111+229=550 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.18% from 550); Green value is 111 (43.75% from 255 or 20.18% from 550); Blue value is 229 (89.84% from 255 or 41.64% from 550); Max value from RGB is 229 - color contains mainly: blue. Hex color #D26FE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26FE5 is #2D901A. Grayscale: #999999. Windows color (decimal): -2986011 or 15036370. OLE color: 15036370.

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

Color convert

RGB 210 111 229 -
CMYK 0.08 0.52 0 0.10
HSL 290.34º 0.69% 0.67% -
HSV(B) 290.34º 0.52% 0.9% -
XYZ 46.41 30.73 77.61 -
YUV 154.05 170.3 167.91 -
System Red Green Blue C M Y K H S L
Decimal 210 111 229 0.08 0.52 0 0.10 290.34 0.69 0.67
Hex D2 6F E5 8 34 0 A 122 45 43
Octal 322 157 345 10 64 0 12 442 105 103
Binary 11010010 1101111 11100101 1000 110100 0 1010 100100010 1000101 1000011

Color Harmonies of #D26FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26FE5

Black with #D26FE5

Text Example


Text Example

White with #D26FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26FE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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