Html Css Color HEX #D27AD5 Orchid

📋 copy color: '#D27AD5'

red 210 ◦ green 122 ◦ blue 213

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

Shades of Orchid #D27AD5

Tints of Orchid #D27AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 39.08%

R = 38.53%
G = 22.39%
B = 39.08%

CMYK

 C value IS 0.01

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D27AD5 (or 0xD27AD5) is known color: Orchid. HEX triplet: D2, 7A and D5. RGB value is (210,122,213). Sum of RGB (Red+Green+Blue) = 210+122+213=545 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.53% from 545); Green value is 122 (48.05% from 255 or 22.39% from 545); Blue value is 213 (83.59% from 255 or 39.08% from 545); Max value from RGB is 213 - color contains mainly: blue. Hex color #D27AD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27AD5 is #2D852A. Grayscale: #9E9E9E. Windows color (decimal): -2983211 or 13990610. OLE color: 13990610.

HSL color Cylindrical-coordinate representation of color #D27AD5: hue angle of 298.02º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D27AD5 is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 210 122 213 -
CMYK 0.01 0.43 0 0.16
HSL 298.02º 0.52% 0.66% -
HSV(B) 298.02º 0.43% 0.84% -
XYZ 45.55 32.42 66.81 -
YUV 158.69 158.65 164.6 -
System Red Green Blue C M Y K H S L
Decimal 210 122 213 0.01 0.43 0 0.16 298.02 0.52 0.66
Hex D2 7A D5 1 2B 0 10 12A 34 42
Octal 322 172 325 1 53 0 20 452 64 102
Binary 11010010 1111010 11010101 1 101011 0 10000 100101010 110100 1000010

Color Harmonies of #D27AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27AD5

Black with #D27AD5

Text Example


Text Example

White with #D27AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27AD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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