Html Css Color HEX #D26ADA Orchid

📋 copy color: '#D26ADA'

red 210 ◦ green 106 ◦ blue 218

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

Shades of Orchid #D26ADA

Tints of Orchid #D26ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.82%

R = 39.33%
G = 19.85%
B = 40.82%

CMYK

 C value IS 0.04

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D26ADA (or 0xD26ADA) is known color: Orchid. HEX triplet: D2, 6A and DA. RGB value is (210,106,218). Sum of RGB (Red+Green+Blue) = 210+106+218=534 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.33% from 534); Green value is 106 (41.80% from 255 or 19.85% from 534); Blue value is 218 (85.55% from 255 or 40.82% from 534); Max value from RGB is 218 - color contains mainly: blue. Hex color #D26ADA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26ADA is #2D9525. Grayscale: #959595. Windows color (decimal): -2987302 or 14314194. OLE color: 14314194.

HSL color Cylindrical-coordinate representation of color #D26ADA: hue angle of 295.71º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D26ADA is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 210 106 218 -
CMYK 0.04 0.51 0 0.15
HSL 295.71º 0.6% 0.64% -
HSV(B) 295.71º 0.51% 0.85% -
XYZ 44.39 29.07 69.6 -
YUV 149.86 166.46 170.89 -
System Red Green Blue C M Y K H S L
Decimal 210 106 218 0.04 0.51 0 0.15 295.71 0.6 0.64
Hex D2 6A DA 4 33 0 F 128 3C 40
Octal 322 152 332 4 63 0 17 450 74 100
Binary 11010010 1101010 11011010 100 110011 0 1111 100101000 111100 1000000

Color Harmonies of #D26ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26ADA

Black with #D26ADA

Text Example


Text Example

White with #D26ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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