Html Css Color HEX #D27AD8 Orchid

📋 copy color: '#D27AD8'

red 210 ◦ green 122 ◦ blue 216

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

Shades of Orchid #D27AD8

Tints of Orchid #D27AD8

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.26%

 BLUE value IS 216 (84.77% from 255) = 39.42%

R = 38.32%
G = 22.26%
B = 39.42%

CMYK

 C value IS 0.03

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D27AD8 (or 0xD27AD8) is known color: Orchid. HEX triplet: D2, 7A and D8. RGB value is (210,122,216). Sum of RGB (Red+Green+Blue) = 210+122+216=548 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.32% from 548); Green value is 122 (48.05% from 255 or 22.26% from 548); Blue value is 216 (84.77% from 255 or 39.42% from 548); Max value from RGB is 216 - color contains mainly: blue. Hex color #D27AD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27AD8 is #2D8527. Grayscale: #9E9E9E. Windows color (decimal): -2983208 or 14187218. OLE color: 14187218.

HSL color Cylindrical-coordinate representation of color #D27AD8: hue angle of 296.17º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D27AD8 is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 210 122 216 -
CMYK 0.03 0.44 0 0.15
HSL 296.17º 0.55% 0.66% -
HSV(B) 296.17º 0.44% 0.85% -
XYZ 45.93 32.58 68.83 -
YUV 159.03 160.15 164.36 -
System Red Green Blue C M Y K H S L
Decimal 210 122 216 0.03 0.44 0 0.15 296.17 0.55 0.66
Hex D2 7A D8 3 2C 0 F 128 37 42
Octal 322 172 330 3 54 0 17 450 67 102
Binary 11010010 1111010 11011000 11 101100 0 1111 100101000 110111 1000010

Color Harmonies of #D27AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27AD8

Black with #D27AD8

Text Example


Text Example

White with #D27AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27AD8; }

 p { color: rgb(210,122,216); }

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

background-color css

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

 a { background-color: rgb(210,122,216); }

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

border-color css

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

 span { border-color: rgb(210,122,216); }

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