Html Css Color HEX #D27FC0 Orchid

📋 copy color: '#D27FC0'

red 210 ◦ green 127 ◦ blue 192

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

Shades of Orchid #D27FC0

Tints of Orchid #D27FC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 36.29%

R = 39.7%
G = 24.01%
B = 36.29%

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

#D27FC0 (or 0xD27FC0) is known color: Orchid. HEX triplet: D2, 7F and C0. RGB value is (210,127,192). Sum of RGB (Red+Green+Blue) = 210+127+192=529 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.70% from 529); Green value is 127 (50% from 255 or 24.01% from 529); Blue value is 192 (75.39% from 255 or 36.29% from 529); Max value from RGB is 210 - color contains mainly: red. Hex color #D27FC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27FC0 is #2D803F. Grayscale: #9F9F9F. Windows color (decimal): -2981952 or 12615634. OLE color: 12615634.

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

Color convert

RGB 210 127 192 -
CMYK 0 0.40 0.09 0.18
HSL 313.01º 0.48% 0.66% -
HSV(B) 313.01º 0.4% 0.82% -
XYZ 43.68 32.69 53.88 -
YUV 159.23 146.5 164.21 -
System Red Green Blue C M Y K H S L
Decimal 210 127 192 0 0.40 0.09 0.18 313.01 0.48 0.66
Hex D2 7F C0 0 28 9 12 139 30 42
Octal 322 177 300 0 50 11 22 471 60 102
Binary 11010010 1111111 11000000 0 101000 1001 10010 100111001 110000 1000010

Color Harmonies of #D27FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27FC0

Black with #D27FC0

Text Example


Text Example

White with #D27FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27FC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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