Html Css Color HEX #D27FC1 Orchid

📋 copy color: '#D27FC1'

red 210 ◦ green 127 ◦ blue 193

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

Shades of Orchid #D27FC1

Tints of Orchid #D27FC1

RGB

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

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

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

R = 39.62%
G = 23.96%
B = 36.42%

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

#D27FC1 (or 0xD27FC1) is known color: Orchid. HEX triplet: D2, 7F and C1. RGB value is (210,127,193). Sum of RGB (Red+Green+Blue) = 210+127+193=530 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.62% from 530); Green value is 127 (50% from 255 or 23.96% from 530); Blue value is 193 (75.78% from 255 or 36.42% from 530); Max value from RGB is 210 - color contains mainly: red. Hex color #D27FC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27FC1 is #2D803E. Grayscale: #9F9F9F. Windows color (decimal): -2981951 or 12681170. OLE color: 12681170.

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

Color convert

RGB 210 127 193 -
CMYK 0 0.40 0.08 0.18
HSL 312.29º 0.48% 0.66% -
HSV(B) 312.29º 0.4% 0.82% -
XYZ 43.79 32.73 54.46 -
YUV 159.34 147 164.13 -
System Red Green Blue C M Y K H S L
Decimal 210 127 193 0 0.40 0.08 0.18 312.29 0.48 0.66
Hex D2 7F C1 0 28 8 12 138 30 42
Octal 322 177 301 0 50 10 22 470 60 102
Binary 11010010 1111111 11000001 0 101000 1000 10010 100111000 110000 1000010

Color Harmonies of #D27FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27FC1

Black with #D27FC1

Text Example


Text Example

White with #D27FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27FC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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