Html Css Color HEX #D27AB8 Orchid

📋 copy color: '#D27AB8'

red 210 ◦ green 122 ◦ blue 184

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

Shades of Orchid #D27AB8

Tints of Orchid #D27AB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 35.66%

R = 40.7%
G = 23.64%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D27AB8 (or 0xD27AB8) is known color: Orchid. HEX triplet: D2, 7A and B8. RGB value is (210,122,184). Sum of RGB (Red+Green+Blue) = 210+122+184=516 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.70% from 516); Green value is 122 (48.05% from 255 or 23.64% from 516); Blue value is 184 (72.27% from 255 or 35.66% from 516); Max value from RGB is 210 - color contains mainly: red. Hex color #D27AB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27AB8 is #2D8547. Grayscale: #9B9B9B. Windows color (decimal): -2983240 or 12090066. OLE color: 12090066.

HSL color Cylindrical-coordinate representation of color #D27AB8: hue angle of 317.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 #D27AB8 is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 122 184 -
CMYK 0 0.42 0.12 0.18
HSL 317.73º 0.49% 0.65% -
HSV(B) 317.73º 0.42% 0.82% -
XYZ 42.19 31.08 49.12 -
YUV 155.38 144.15 166.96 -
System Red Green Blue C M Y K H S L
Decimal 210 122 184 0 0.42 0.12 0.18 317.73 0.49 0.65
Hex D2 7A B8 0 2A C 12 13E 31 41
Octal 322 172 270 0 52 14 22 476 61 101
Binary 11010010 1111010 10111000 0 101010 1100 10010 100111110 110001 1000001

Color Harmonies of #D27AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27AB8

Black with #D27AB8

Text Example


Text Example

White with #D27AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27AB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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