Html Css Color HEX #D27FD0 Orchid

📋 copy color: '#D27FD0'

red 210 ◦ green 127 ◦ blue 208

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

Shades of Orchid #D27FD0

Tints of Orchid #D27FD0

RGB

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

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

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

R = 38.53%
G = 23.3%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D27FD0 (or 0xD27FD0) is known color: Orchid. HEX triplet: D2, 7F and D0. RGB value is (210,127,208). Sum of RGB (Red+Green+Blue) = 210+127+208=545 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.53% from 545); Green value is 127 (50% from 255 or 23.30% from 545); Blue value is 208 (81.64% from 255 or 38.17% from 545); Max value from RGB is 210 - color contains mainly: red. Hex color #D27FD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27FD0 is #2D802F. Grayscale: #A0A0A0. Windows color (decimal): -2981936 or 13664210. OLE color: 13664210.

HSL color Cylindrical-coordinate representation of color #D27FD0: hue angle of 301.45º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D27FD0 is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 127 208 -
CMYK 0 0.40 0.01 0.18
HSL 301.45º 0.48% 0.66% -
HSV(B) 301.45º 0.4% 0.82% -
XYZ 45.55 33.43 63.73 -
YUV 161.05 154.5 162.91 -
System Red Green Blue C M Y K H S L
Decimal 210 127 208 0 0.40 0.01 0.18 301.45 0.48 0.66
Hex D2 7F D0 0 28 1 12 12D 30 42
Octal 322 177 320 0 50 1 22 455 60 102
Binary 11010010 1111111 11010000 0 101000 1 10010 100101101 110000 1000010

Color Harmonies of #D27FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27FD0

Black with #D27FD0

Text Example


Text Example

White with #D27FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27FD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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