Html Css Color HEX #D27ADA Orchid

📋 copy color: '#D27ADA'

red 210 ◦ green 122 ◦ blue 218

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

Shades of Orchid #D27ADA

Tints of Orchid #D27ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.64%

R = 38.18%
G = 22.18%
B = 39.64%

CMYK

 C value IS 0.04

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D27ADA (or 0xD27ADA) is known color: Orchid. HEX triplet: D2, 7A and DA. RGB value is (210,122,218). Sum of RGB (Red+Green+Blue) = 210+122+218=550 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.18% from 550); Green value is 122 (48.05% from 255 or 22.18% from 550); Blue value is 218 (85.55% from 255 or 39.64% from 550); Max value from RGB is 218 - color contains mainly: blue. Hex color #D27ADA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27ADA is #2D8525. Grayscale: #9E9E9E. Windows color (decimal): -2983206 or 14318290. OLE color: 14318290.

HSL color Cylindrical-coordinate representation of color #D27ADA: hue angle of 295º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D27ADA is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 210 122 218 -
CMYK 0.04 0.44 0 0.15
HSL 295º 0.56% 0.67% -
HSV(B) 295º 0.44% 0.85% -
XYZ 46.19 32.68 70.2 -
YUV 159.26 161.15 164.19 -
System Red Green Blue C M Y K H S L
Decimal 210 122 218 0.04 0.44 0 0.15 295 0.56 0.67
Hex D2 7A DA 4 2C 0 F 127 38 43
Octal 322 172 332 4 54 0 17 447 70 103
Binary 11010010 1111010 11011010 100 101100 0 1111 100100111 111000 1000011

Color Harmonies of #D27ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27ADA

Black with #D27ADA

Text Example


Text Example

White with #D27ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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