Html Css Color HEX #D27DBE Orchid

📋 copy color: '#D27DBE'

red 210 ◦ green 125 ◦ blue 190

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

Shades of Orchid #D27DBE

Tints of Orchid #D27DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.19%

R = 40%
G = 23.81%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D27DBE (or 0xD27DBE) is known color: Orchid. HEX triplet: D2, 7D and BE. RGB value is (210,125,190). Sum of RGB (Red+Green+Blue) = 210+125+190=525 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40% from 525); Green value is 125 (49.22% from 255 or 23.81% from 525); Blue value is 190 (74.61% from 255 or 36.19% from 525); Max value from RGB is 210 - color contains mainly: red. Hex color #D27DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27DBE is #2D8241. Grayscale: #9D9D9D. Windows color (decimal): -2982466 or 12484050. OLE color: 12484050.

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

Color convert

RGB 210 125 190 -
CMYK 0 0.40 0.10 0.18
HSL 314.12º 0.49% 0.66% -
HSV(B) 314.12º 0.4% 0.82% -
XYZ 43.21 32.09 52.63 -
YUV 157.83 146.16 165.21 -
System Red Green Blue C M Y K H S L
Decimal 210 125 190 0 0.40 0.10 0.18 314.12 0.49 0.66
Hex D2 7D BE 0 28 A 12 13A 31 42
Octal 322 175 276 0 50 12 22 472 61 102
Binary 11010010 1111101 10111110 0 101000 1010 10010 100111010 110001 1000010

Color Harmonies of #D27DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27DBE

Black with #D27DBE

Text Example


Text Example

White with #D27DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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