Html Css Color HEX #D26ADE Orchid

📋 copy color: '#D26ADE'

red 210 ◦ green 106 ◦ blue 222

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

Shades of Orchid #D26ADE

Tints of Orchid #D26ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.26%

R = 39.03%
G = 19.7%
B = 41.26%

CMYK

 C value IS 0.05

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D26ADE (or 0xD26ADE) is known color: Orchid. HEX triplet: D2, 6A and DE. RGB value is (210,106,222). Sum of RGB (Red+Green+Blue) = 210+106+222=538 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.03% from 538); Green value is 106 (41.80% from 255 or 19.70% from 538); Blue value is 222 (87.11% from 255 or 41.26% from 538); Max value from RGB is 222 - color contains mainly: blue. Hex color #D26ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26ADE is #2D9521. Grayscale: #959595. Windows color (decimal): -2987298 or 14576338. OLE color: 14576338.

HSL color Cylindrical-coordinate representation of color #D26ADE: hue angle of 293.79º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D26ADE is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 106 222 -
CMYK 0.05 0.52 0 0.13
HSL 293.79º 0.64% 0.64% -
HSV(B) 293.79º 0.52% 0.87% -
XYZ 44.92 29.28 72.39 -
YUV 150.32 168.46 170.57 -
System Red Green Blue C M Y K H S L
Decimal 210 106 222 0.05 0.52 0 0.13 293.79 0.64 0.64
Hex D2 6A DE 5 34 0 D 126 40 40
Octal 322 152 336 5 64 0 15 446 100 100
Binary 11010010 1101010 11011110 101 110100 0 1101 100100110 1000000 1000000

Color Harmonies of #D26ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26ADE

Black with #D26ADE

Text Example


Text Example

White with #D26ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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