Html Css Color HEX #D27AD0 Orchid

📋 copy color: '#D27AD0'

red 210 ◦ green 122 ◦ blue 208

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

Shades of Orchid #D27AD0

Tints of Orchid #D27AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.52%

R = 38.89%
G = 22.59%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D27AD0 (or 0xD27AD0) is known color: Orchid. HEX triplet: D2, 7A and D0. RGB value is (210,122,208). Sum of RGB (Red+Green+Blue) = 210+122+208=540 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.89% from 540); Green value is 122 (48.05% from 255 or 22.59% from 540); Blue value is 208 (81.64% from 255 or 38.52% from 540); Max value from RGB is 210 - color contains mainly: red. Hex color #D27AD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27AD0 is #2D852F. Grayscale: #9D9D9D. Windows color (decimal): -2983216 or 13662930. OLE color: 13662930.

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

Color convert

RGB 210 122 208 -
CMYK 0 0.42 0.01 0.18
HSL 301.36º 0.49% 0.65% -
HSV(B) 301.36º 0.42% 0.82% -
XYZ 44.92 32.17 63.52 -
YUV 158.12 156.15 165.01 -
System Red Green Blue C M Y K H S L
Decimal 210 122 208 0 0.42 0.01 0.18 301.36 0.49 0.65
Hex D2 7A D0 0 2A 1 12 12D 31 41
Octal 322 172 320 0 52 1 22 455 61 101
Binary 11010010 1111010 11010000 0 101010 1 10010 100101101 110001 1000001

Color Harmonies of #D27AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27AD0

Black with #D27AD0

Text Example


Text Example

White with #D27AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27AD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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