Html Css Color HEX #D27FDE Orchid

📋 copy color: '#D27FDE'

red 210 ◦ green 127 ◦ blue 222

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

Shades of Orchid #D27FDE

Tints of Orchid #D27FDE

RGB

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

 GREEN value IS 127 (50% from 255) = 22.72%

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

R = 37.57%
G = 22.72%
B = 39.71%

CMYK

 C value IS 0.05

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D27FDE (or 0xD27FDE) is known color: Orchid. HEX triplet: D2, 7F and DE. RGB value is (210,127,222). Sum of RGB (Red+Green+Blue) = 210+127+222=559 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.57% from 559); Green value is 127 (50% from 255 or 22.72% from 559); Blue value is 222 (87.11% from 255 or 39.71% from 559); Max value from RGB is 222 - color contains mainly: blue. Hex color #D27FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27FDE is #2D8021. Grayscale: #A2A2A2. Windows color (decimal): -2981922 or 14581714. OLE color: 14581714.

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

Color convert

RGB 210 127 222 -
CMYK 0.05 0.43 0 0.13
HSL 292.42º 0.59% 0.68% -
HSV(B) 292.42º 0.43% 0.87% -
XYZ 47.35 34.15 73.2 -
YUV 162.65 161.5 161.78 -
System Red Green Blue C M Y K H S L
Decimal 210 127 222 0.05 0.43 0 0.13 292.42 0.59 0.68
Hex D2 7F DE 5 2B 0 D 124 3B 44
Octal 322 177 336 5 53 0 15 444 73 104
Binary 11010010 1111111 11011110 101 101011 0 1101 100100100 111011 1000100

Color Harmonies of #D27FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27FDE

Black with #D27FDE

Text Example


Text Example

White with #D27FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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