Html Css Color HEX #D27DC1 Orchid

📋 copy color: '#D27DC1'

red 210 ◦ green 125 ◦ blue 193

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

Shades of Orchid #D27DC1

Tints of Orchid #D27DC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 36.55%

R = 39.77%
G = 23.67%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D27DC1 (or 0xD27DC1) is known color: Orchid. HEX triplet: D2, 7D and C1. RGB value is (210,125,193). Sum of RGB (Red+Green+Blue) = 210+125+193=528 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.77% from 528); Green value is 125 (49.22% from 255 or 23.67% from 528); Blue value is 193 (75.78% from 255 or 36.55% from 528); Max value from RGB is 210 - color contains mainly: red. Hex color #D27DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27DC1 is #2D823E. Grayscale: #9D9D9D. Windows color (decimal): -2982463 or 12680658. OLE color: 12680658.

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

Color convert

RGB 210 125 193 -
CMYK 0 0.40 0.08 0.18
HSL 312º 0.49% 0.66% -
HSV(B) 312º 0.4% 0.82% -
XYZ 43.54 32.22 54.38 -
YUV 158.17 147.66 164.97 -
System Red Green Blue C M Y K H S L
Decimal 210 125 193 0 0.40 0.08 0.18 312 0.49 0.66
Hex D2 7D C1 0 28 8 12 138 31 42
Octal 322 175 301 0 50 10 22 470 61 102
Binary 11010010 1111101 11000001 0 101000 1000 10010 100111000 110001 1000010

Color Harmonies of #D27DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27DC1

Black with #D27DC1

Text Example


Text Example

White with #D27DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27DC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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