Html Css Color HEX #D27DBF Orchid

📋 copy color: '#D27DBF'

red 210 ◦ green 125 ◦ blue 191

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

Shades of Orchid #D27DBF

Tints of Orchid #D27DBF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.76%

 BLUE value IS 191 (75% from 255) = 36.31%

R = 39.92%
G = 23.76%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D27DBF (or 0xD27DBF) is known color: Orchid. HEX triplet: D2, 7D and BF. RGB value is (210,125,191). Sum of RGB (Red+Green+Blue) = 210+125+191=526 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.92% from 526); Green value is 125 (49.22% from 255 or 23.76% from 526); Blue value is 191 (75% from 255 or 36.31% from 526); Max value from RGB is 210 - color contains mainly: red. Hex color #D27DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27DBF is #2D8240. Grayscale: #9D9D9D. Windows color (decimal): -2982465 or 12549586. OLE color: 12549586.

HSL color Cylindrical-coordinate representation of color #D27DBF: hue angle of 313.41º degrees, saturation: 0.49, 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 #D27DBF is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 125 191 -
CMYK 0 0.40 0.09 0.18
HSL 313.41º 0.49% 0.66% -
HSV(B) 313.41º 0.4% 0.82% -
XYZ 43.32 32.13 53.21 -
YUV 157.94 146.66 165.13 -
System Red Green Blue C M Y K H S L
Decimal 210 125 191 0 0.40 0.09 0.18 313.41 0.49 0.66
Hex D2 7D BF 0 28 9 12 139 31 42
Octal 322 175 277 0 50 11 22 471 61 102
Binary 11010010 1111101 10111111 0 101000 1001 10010 100111001 110001 1000010

Color Harmonies of #D27DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27DBF

Black with #D27DBF

Text Example


Text Example

White with #D27DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27DBF; }

 p { color: rgb(210,125,191); }

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

background-color css

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

 a { background-color: rgb(210,125,191); }

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

border-color css

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

 span { border-color: rgb(210,125,191); }

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