Html Css Color HEX #D27ADE Orchid

📋 copy color: '#D27ADE'

red 210 ◦ green 122 ◦ blue 222

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

Shades of Orchid #D27ADE

Tints of Orchid #D27ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.07%

R = 37.91%
G = 22.02%
B = 40.07%

CMYK

 C value IS 0.05

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D27ADE (or 0xD27ADE) is known color: Orchid. HEX triplet: D2, 7A and DE. RGB value is (210,122,222). Sum of RGB (Red+Green+Blue) = 210+122+222=554 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.91% from 554); Green value is 122 (48.05% from 255 or 22.02% from 554); Blue value is 222 (87.11% from 255 or 40.07% from 554); Max value from RGB is 222 - color contains mainly: blue. Hex color #D27ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27ADE is #2D8521. Grayscale: #9F9F9F. Windows color (decimal): -2983202 or 14580434. OLE color: 14580434.

HSL color Cylindrical-coordinate representation of color #D27ADE: hue angle of 292.8º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D27ADE is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 122 222 -
CMYK 0.05 0.45 0 0.13
HSL 292.8º 0.6% 0.67% -
HSV(B) 292.8º 0.45% 0.87% -
XYZ 46.72 32.89 72.99 -
YUV 159.71 163.15 163.87 -
System Red Green Blue C M Y K H S L
Decimal 210 122 222 0.05 0.45 0 0.13 292.8 0.6 0.67
Hex D2 7A DE 5 2D 0 D 125 3C 43
Octal 322 172 336 5 55 0 15 445 74 103
Binary 11010010 1111010 11011110 101 101101 0 1101 100100101 111100 1000011

Color Harmonies of #D27ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27ADE

Black with #D27ADE

Text Example


Text Example

White with #D27ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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