Html Css Color HEX #D27ABE Orchid

📋 copy color: '#D27ABE'

red 210 ◦ green 122 ◦ blue 190

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

Shades of Orchid #D27ABE

Tints of Orchid #D27ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.4%

R = 40.23%
G = 23.37%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D27ABE (or 0xD27ABE) is known color: Orchid. HEX triplet: D2, 7A and BE. RGB value is (210,122,190). Sum of RGB (Red+Green+Blue) = 210+122+190=522 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.23% from 522); Green value is 122 (48.05% from 255 or 23.37% from 522); Blue value is 190 (74.61% from 255 or 36.40% from 522); Max value from RGB is 210 - color contains mainly: red. Hex color #D27ABE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27ABE is #2D8541. Grayscale: #9B9B9B. Windows color (decimal): -2983234 or 12483282. OLE color: 12483282.

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

Color convert

RGB 210 122 190 -
CMYK 0 0.42 0.10 0.18
HSL 313.64º 0.49% 0.65% -
HSV(B) 313.64º 0.42% 0.82% -
XYZ 42.83 31.34 52.51 -
YUV 156.06 147.15 166.47 -
System Red Green Blue C M Y K H S L
Decimal 210 122 190 0 0.42 0.10 0.18 313.64 0.49 0.65
Hex D2 7A BE 0 2A A 12 13A 31 41
Octal 322 172 276 0 52 12 22 472 61 101
Binary 11010010 1111010 10111110 0 101010 1010 10010 100111010 110001 1000001

Color Harmonies of #D27ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27ABE

Black with #D27ABE

Text Example


Text Example

White with #D27ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27ABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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