Html Css Color HEX #D26AE0 Orchid

📋 copy color: '#D26AE0'

red 210 ◦ green 106 ◦ blue 224

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

Shades of Orchid #D26AE0

Tints of Orchid #D26AE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.48%

R = 38.89%
G = 19.63%
B = 41.48%

CMYK

 C value IS 0.06

 M value IS 0.53

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D26AE0 (or 0xD26AE0) is known color: Orchid. HEX triplet: D2, 6A and E0. RGB value is (210,106,224). Sum of RGB (Red+Green+Blue) = 210+106+224=540 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.89% from 540); Green value is 106 (41.80% from 255 or 19.63% from 540); Blue value is 224 (87.89% from 255 or 41.48% from 540); Max value from RGB is 224 - color contains mainly: blue. Hex color #D26AE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26AE0 is #2D951F. Grayscale: #969696. Windows color (decimal): -2987296 or 14707410. OLE color: 14707410.

HSL color Cylindrical-coordinate representation of color #D26AE0: hue angle of 292.88º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D26AE0 is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 210 106 224 -
CMYK 0.06 0.53 0 0.12
HSL 292.88º 0.66% 0.65% -
HSV(B) 292.88º 0.53% 0.88% -
XYZ 45.19 29.39 73.81 -
YUV 150.55 169.46 170.41 -
System Red Green Blue C M Y K H S L
Decimal 210 106 224 0.06 0.53 0 0.12 292.88 0.66 0.65
Hex D2 6A E0 6 35 0 C 125 42 41
Octal 322 152 340 6 65 0 14 445 102 101
Binary 11010010 1101010 11100000 110 110101 0 1100 100100101 1000010 1000001

Color Harmonies of #D26AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26AE0

Black with #D26AE0

Text Example


Text Example

White with #D26AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26AE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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