Html Css Color HEX #D26AC7 Orchid

📋 copy color: '#D26AC7'

red 210 ◦ green 106 ◦ blue 199

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

Shades of Orchid #D26AC7

Tints of Orchid #D26AC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 38.64%

R = 40.78%
G = 20.58%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D26AC7 (or 0xD26AC7) is known color: Orchid. HEX triplet: D2, 6A and C7. RGB value is (210,106,199). Sum of RGB (Red+Green+Blue) = 210+106+199=515 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.78% from 515); Green value is 106 (41.80% from 255 or 20.58% from 515); Blue value is 199 (78.12% from 255 or 38.64% from 515); Max value from RGB is 210 - color contains mainly: red. Hex color #D26AC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26AC7 is #2D9538. Grayscale: #939393. Windows color (decimal): -2987321 or 13069010. OLE color: 13069010.

HSL color Cylindrical-coordinate representation of color #D26AC7: hue angle of 306.35º 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 #D26AC7 is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 106 199 -
CMYK 0 0.50 0.05 0.18
HSL 306.35º 0.54% 0.62% -
HSV(B) 306.35º 0.5% 0.82% -
XYZ 42.04 28.13 57.25 -
YUV 147.7 156.96 172.44 -
System Red Green Blue C M Y K H S L
Decimal 210 106 199 0 0.50 0.05 0.18 306.35 0.54 0.62
Hex D2 6A C7 0 32 5 12 132 36 3E
Octal 322 152 307 0 62 5 22 462 66 76
Binary 11010010 1101010 11000111 0 110010 101 10010 100110010 110110 111110

Color Harmonies of #D26AC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26AC7

Black with #D26AC7

Text Example


Text Example

White with #D26AC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26AC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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