Html Css Color HEX #D26AD5 Orchid

📋 copy color: '#D26AD5'

red 210 ◦ green 106 ◦ blue 213

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

Shades of Orchid #D26AD5

Tints of Orchid #D26AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 40.26%

R = 39.7%
G = 20.04%
B = 40.26%

CMYK

 C value IS 0.01

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D26AD5 (or 0xD26AD5) is known color: Orchid. HEX triplet: D2, 6A and D5. RGB value is (210,106,213). Sum of RGB (Red+Green+Blue) = 210+106+213=529 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.70% from 529); Green value is 106 (41.80% from 255 or 20.04% from 529); Blue value is 213 (83.59% from 255 or 40.26% from 529); Max value from RGB is 213 - color contains mainly: blue. Hex color #D26AD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26AD5 is #2D952A. Grayscale: #949494. Windows color (decimal): -2987307 or 13986514. OLE color: 13986514.

HSL color Cylindrical-coordinate representation of color #D26AD5: hue angle of 298.32º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D26AD5 is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 210 106 213 -
CMYK 0.01 0.50 0 0.16
HSL 298.32º 0.56% 0.63% -
HSV(B) 298.32º 0.5% 0.84% -
XYZ 43.74 28.81 66.21 -
YUV 149.29 163.96 171.3 -
System Red Green Blue C M Y K H S L
Decimal 210 106 213 0.01 0.50 0 0.16 298.32 0.56 0.63
Hex D2 6A D5 1 32 0 10 12A 38 3F
Octal 322 152 325 1 62 0 20 452 70 77
Binary 11010010 1101010 11010101 1 110010 0 10000 100101010 111000 111111

Color Harmonies of #D26AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26AD5

Black with #D26AD5

Text Example


Text Example

White with #D26AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26AD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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