Html Css Color HEX #D27FC7 Orchid

📋 copy color: '#D27FC7'

red 210 ◦ green 127 ◦ blue 199

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

Shades of Orchid #D27FC7

Tints of Orchid #D27FC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 37.13%

R = 39.18%
G = 23.69%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D27FC7 (or 0xD27FC7) is known color: Orchid. HEX triplet: D2, 7F and C7. RGB value is (210,127,199). Sum of RGB (Red+Green+Blue) = 210+127+199=536 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.18% from 536); Green value is 127 (50% from 255 or 23.69% from 536); Blue value is 199 (78.12% from 255 or 37.13% from 536); Max value from RGB is 210 - color contains mainly: red. Hex color #D27FC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27FC7 is #2D8038. Grayscale: #9F9F9F. Windows color (decimal): -2981945 or 13074386. OLE color: 13074386.

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

Color convert

RGB 210 127 199 -
CMYK 0 0.40 0.05 0.18
HSL 307.95º 0.48% 0.66% -
HSV(B) 307.95º 0.4% 0.82% -
XYZ 44.48 33 58.06 -
YUV 160.03 150 163.65 -
System Red Green Blue C M Y K H S L
Decimal 210 127 199 0 0.40 0.05 0.18 307.95 0.48 0.66
Hex D2 7F C7 0 28 5 12 134 30 42
Octal 322 177 307 0 50 5 22 464 60 102
Binary 11010010 1111111 11000111 0 101000 101 10010 100110100 110000 1000010

Color Harmonies of #D27FC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27FC7

Black with #D27FC7

Text Example


Text Example

White with #D27FC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27FC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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