Html Css Color HEX #D27ACE Orchid

📋 copy color: '#D27ACE'

red 210 ◦ green 122 ◦ blue 206

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

Shades of Orchid #D27ACE

Tints of Orchid #D27ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.29%

R = 39.03%
G = 22.68%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D27ACE (or 0xD27ACE) is known color: Orchid. HEX triplet: D2, 7A and CE. RGB value is (210,122,206). Sum of RGB (Red+Green+Blue) = 210+122+206=538 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.03% from 538); Green value is 122 (48.05% from 255 or 22.68% from 538); Blue value is 206 (80.86% from 255 or 38.29% from 538); Max value from RGB is 210 - color contains mainly: red. Hex color #D27ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27ACE is #2D8531. Grayscale: #9D9D9D. Windows color (decimal): -2983218 or 13531858. OLE color: 13531858.

HSL color Cylindrical-coordinate representation of color #D27ACE: hue angle of 302.73º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D27ACE is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 122 206 -
CMYK 0 0.42 0.02 0.18
HSL 302.73º 0.49% 0.65% -
HSV(B) 302.73º 0.42% 0.82% -
XYZ 44.68 32.08 62.23 -
YUV 157.89 155.15 165.17 -
System Red Green Blue C M Y K H S L
Decimal 210 122 206 0 0.42 0.02 0.18 302.73 0.49 0.65
Hex D2 7A CE 0 2A 2 12 12F 31 41
Octal 322 172 316 0 52 2 22 457 61 101
Binary 11010010 1111010 11001110 0 101010 10 10010 100101111 110001 1000001

Color Harmonies of #D27ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27ACE

Black with #D27ACE

Text Example


Text Example

White with #D27ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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