Html Css Color HEX #D27CD1 Orchid

📋 copy color: '#D27CD1'

red 210 ◦ green 124 ◦ blue 209

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

Shades of Orchid #D27CD1

Tints of Orchid #D27CD1

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.84%

 BLUE value IS 209 (82.03% from 255) = 38.49%

R = 38.67%
G = 22.84%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#D27CD1 (or 0xD27CD1) is known color: Orchid. HEX triplet: D2, 7C and D1. RGB value is (210,124,209). Sum of RGB (Red+Green+Blue) = 210+124+209=543 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.67% from 543); Green value is 124 (48.83% from 255 or 22.84% from 543); Blue value is 209 (82.03% from 255 or 38.49% from 543); Max value from RGB is 210 - color contains mainly: red. Hex color #D27CD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27CD1 is #2D832E. Grayscale: #9F9F9F. Windows color (decimal): -2982703 or 13728978. OLE color: 13728978.

HSL color Cylindrical-coordinate representation of color #D27CD1: hue angle of 300.7º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D27CD1 is Cyan = 0, Magento = 0.41, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 124 209 -
CMYK 0 0.41 0.00 0.18
HSL 300.7º 0.49% 0.65% -
HSV(B) 300.7º 0.41% 0.82% -
XYZ 45.29 32.72 64.25 -
YUV 159.4 155.99 164.09 -
System Red Green Blue C M Y K H S L
Decimal 210 124 209 0 0.41 0.00 0.18 300.7 0.49 0.65
Hex D2 7C D1 0 29 0 12 12D 31 41
Octal 322 174 321 0 51 0 22 455 61 101
Binary 11010010 1111100 11010001 0 101001 0 10010 100101101 110001 1000001

Color Harmonies of #D27CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27CD1

Black with #D27CD1

Text Example


Text Example

White with #D27CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27CD1; }

 p { color: rgb(210,124,209); }

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

background-color css

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

 a { background-color: rgb(210,124,209); }

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

border-color css

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

 span { border-color: rgb(210,124,209); }

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