Html Css Color HEX #D26ACD Orchid

📋 copy color: '#D26ACD'

red 210 ◦ green 106 ◦ blue 205

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

Shades of Orchid #D26ACD

Tints of Orchid #D26ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.35%

R = 40.31%
G = 20.35%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D26ACD (or 0xD26ACD) is known color: Orchid. HEX triplet: D2, 6A and CD. RGB value is (210,106,205). Sum of RGB (Red+Green+Blue) = 210+106+205=521 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.31% from 521); Green value is 106 (41.80% from 255 or 20.35% from 521); Blue value is 205 (80.47% from 255 or 39.35% from 521); Max value from RGB is 210 - color contains mainly: red. Hex color #D26ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26ACD is #2D9532. Grayscale: #949494. Windows color (decimal): -2987315 or 13462226. OLE color: 13462226.

HSL color Cylindrical-coordinate representation of color #D26ACD: hue angle of 302.88º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D26ACD is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 106 205 -
CMYK 0 0.50 0.02 0.18
HSL 302.88º 0.54% 0.62% -
HSV(B) 302.88º 0.5% 0.82% -
XYZ 42.75 28.42 60.99 -
YUV 148.38 159.96 171.95 -
System Red Green Blue C M Y K H S L
Decimal 210 106 205 0 0.50 0.02 0.18 302.88 0.54 0.62
Hex D2 6A CD 0 32 2 12 12F 36 3E
Octal 322 152 315 0 62 2 22 457 66 76
Binary 11010010 1101010 11001101 0 110010 10 10010 100101111 110110 111110

Color Harmonies of #D26ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26ACD

Black with #D26ACD

Text Example


Text Example

White with #D26ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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